Working with Debugging
The following table shows how to debug a project.
Prepare to debug
Attach source code
for the JDK and each of your JAR files.
Set breakpoints
in your code.
Set watches
in your code.
If you are working in a free-form project,
create a debug target
for your Ant script.
Begin a debugging session
Start a local debugging session
.
Debug a single file.
Start a remote debugging session
.
Monitor your code
Step through your code
.
View debugging information
View application threads
Fix any errors
and continue debugging.
Finish the debugging session
To finish the current debugging session.
To finish one of several debugging sessions.
Legal Notices