Google News
logo
JDB - Interview Questions
What is the purpose of breakpoints in Java Debugger?
Breakpoints are used in debugging to pause or stop the execution of a program at a specific line of code and test whether the program is functioning correctly or not.
Advertisement