March 2018
Beginner to intermediate
514 pages
13h 11m
English
When the breakpoint is added, all you need to do is to refresh your web page while keeping the Chrome DevTools open and wait for the code to execute. Once the breakpoint is activated, the browser will stop executing your code and prompt you for an action:
At the same time, Chrome DevTools will automatically jump into the script file where the breakpoint was activated and highlight to you the line of code. When in debug mode, the script editor will help you as much as possible, by showing you in light orange the evaluated variables and expressions that are being used in the code, as follows:
Now that the code is in ...
Read now
Unlock full access