You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Dev Tools are not displaying elements as described in the documentation. According to the instructions, it should direct me to click on line 4 in hello.js. However, there is no separate line 4; the content (e.g., say(phrase)) is part of the same line, so I can't click on it.
I am facing the same issue. I can't place a breakpoint due to this. In addition to this, there is no "enable/disable automatic pause in case of an error." button as said in the lesson which is also evident in the screenshot @virtualabishek shared above.
The Dev Tools are not displaying elements as described in the documentation. According to the instructions, it should direct me to click on line 4 in hello.js. However, there is no separate line 4; the content (e.g., say(phrase)) is part of the same line, so I can't click on it.
For reference, here is the debugging page from the documentation: JavaScript Info Debugging Page
Here is an image showing on the documentation:
For comparison, here is my own image:
Browser Details:
Chrome - Version 127.0.6533.89 (Official Build) (64-bit) on Windows 11 Operating System
The text was updated successfully, but these errors were encountered: