InterviewSolution
Saved Bookmarks
| 1. |
What Is The Purpose Of Breakpoints In Java Debugger? |
|
Answer» 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. 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. |
|