July 2018
Beginner to intermediate
458 pages
9h 58m
English
If you want your code to stop during runtime, you can add the debugger keyword in the code. Open the Console and execute the action, and you will notice that the code stops at the breakpoint. Now, hover over the variables to inspect them.
The following screenshot shows how to use the Sources tab to find the source code. Click on the line number to automatically inject breakpoints and execute actions:

Once you execute an action, you can step through each line of code using the step over ...
Read now
Unlock full access