Commit ff254acf authored by Thomas Pronk's avatar Thomas Pronk

Update README.md

parent 36855e3f
......@@ -12,6 +12,8 @@ This experiment contains a syntax error in a JavaScript code component. A syntax
8. In the "Sources" tab, you'll see the JavaScript generated by your PsychoPy experiment, with the line 112 lighting up. Line 112 says `this is a syntax error`. That's indeed invalid JavaScript, which prevented our experiment from starting.
10. If you open the experiment in the PsychoPy builder, you'll find a single routine named trial. The invalid JavaScript can be found in the code component named code, at the "Begin Routine" tab.
NB - If you click the error in step 7 but the browser did not take you to line 112, try reloading the page while the Developer Tools are open.
![Illustration of Developer Tools](./img/developer_tools.png)
# More tutorials
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment