Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Java Development User Guide
Previous Page Home Next Page

Preparing to Debug

You can make your programs easier to debug by following these guidelines:

  • Where possible, do not put multiple statements on a single line, because some debugger features operate on a line basis. For example, you cannot step over or set line breakpoints on more than one statement on the same line.
  • Attach source code to JAR files if you have the source code.

Related concepts
Debugger
Remote debugging
Local debugging

Related tasks
Changing debugger launch options
Running and debugging

Related reference
Debug preferences
Debug view
Run Menu


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire