You can debug JavaScriptâ„¢ using the methods described
in this topic.
- You can step through each block of JavaScript and check the flow of execution
for each line. This is called step-by-step debugging. For information about
step-by-step debugging, see the related topics.
- You can set a breakpoint on a line in a JavaScript block that you want to
debug and then run until that execution reaches that line breakpoint. To debug
with this method, you must first disable step-by-step debug mode. For information
about setting breakpoints in JavaScript, see the related topics.