JS Coding Questions Logo
JS Coding Questions
#165💼 Interview

What is the purpose of breakpoints in debugging

Advertisement

728x90

You can set breakpoints in the javascript code once the debugger statement is executed and the debugger window pops up. At each breakpoint, javascript will stop executing, and let you examine the JavaScript values. After examining values, you can resume the execution of code using the play button.

Advertisement

Responsive Ad
🎯 Practice NowRelated Challenge

JavaScript Coding Exercise 80

Test your knowledge with this interactive coding challenge.

Start Coding

Advertisement

728x90
165of476