InterviewSolution
Saved Bookmarks
| 1. |
How to debug Java?...... |
|
Answer» A JAVA program can be debugged SIMPLY by right CLICKING on the Java editor class file from PACKAGE explorer. Select Debug As → Java Application or use the shortcut Alt + Shift + D, J instead. Either actions mentioned above creates a NEW Debug Launch Configuration and uses it to start the Java application |
|