blob: a57018bd842895890a2f3ba099fa75609341f714 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
<title>Preparing to Debug</title>
</head>
<body>
<h1> Preparing to Debug </h1>
<p> You can make your programs easier to debug by following these guidelines: </p>
<ul>
<li> 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. </li>
<li> Attach source code to JAR files if you have the source code. </li>
</ul>
<p> <img border="0" src="../images/ngrelc.png" alt="Related concepts" ><br>
<a href="../concepts/cdebugger.htm">Debugger</a><br>
<a href="../concepts/cremdbug.htm">Remote debugging</a><br>
<a href="../concepts/clocdbug.htm">Local debugging</a> </p>
<p> <img border="0" src="../images/ngrelt.png" alt="Related tasks" ><br>
<a href="../tasks/tasks-9.htm">Changing debugger launch options</a><br>
<a href="task-running_and_debugging.htm">Running and debugging</a> </p>
<p> <img border="0" src="../images/ngrelr.png" alt="Related reference" ><br>
<a href="../reference/preferences/run-debug/ref-run_debug.htm">Debug preferences</a><br>
<a href="../reference/views/debug/ref-debug_view.htm">Debug view</a><br>
<a href="../reference/menus/run/ref-menu-run.htm">Run Menu </a> </p>
</body>
</html>