en.javascript.info
en.javascript.info copied to clipboard
Not able to practice debugging lesson because javascript code is not on separate lines
I've noticed 2 issues while going through the "Debugging in the browser" chapter.
- The "hello.js" file on this example page has the 2 functions written in just 1 line and so it's not possible to add a breakpoint at places within the function as instructed in the chapter.
- Also, there's no "enable/disable automatic pause in case of an error." button on either chrome or edge as said in the chapter.