blob: 21a65f1d978f74ad6c18e5d27a21540a11a2a126 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<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>
Running and debugging
</title>
</head>
<body>
<h1>
Running and debugging
</h1>
<p>
You may launch your Java programs from the workbench.&nbsp; The programs may be launched in either run or debug mode.
</p>
<ul>
<li>
In run mode, the program executes, but the execution may not be suspended or examined.
</li>
<li>
In debug mode, execution may be suspended and resumed, variables may be inspected, and expressions may be evaluated.
</li>
</ul>
<p>
<img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
<a href="../concepts/concepts-10.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.gif" alt="Related tasks" width="159" height="27"><br>
<a href="../tasks/tasks-9.htm">Changing debugger launch options</a><br>
<a href="tasks-124.htm">Choosing a JRE for launching a project</a><br>
<a href="../tasks/tasks-149.htm">Creating a Java scrapbook page</a><br>
<a href="../tasks/tasks-142.htm">Disconnecting from a VM</a><br>
<a href="../tasks/tasks-130.htm">Launching a Java program</a><br>
<a href="../concepts/clocdbug.htm">Local debugging</a><br>
<a href="../tasks/tasks-133.htm">Preparing to debug</a><br>
<a href="../tasks/tasks-131.htm">Re-launching a program</a><br>
<a href="../concepts/cremdbug.htm">Remote debugging</a><br>
<a href="../tasks/tasks-135.htm">Resuming the execution of suspended threads</a><br>
<a href="../tasks/tasks-executionArgs.htm">Setting execution arguments</a><br>
<a href="../tasks/tasks-136.htm">Stepping through the execution of a program</a><br>
<a href="../tasks/tasks-134.htm">Suspending threads</a><br>
<a href="../tasks/tasks-107.htm">Viewing compilation errors and warnings</a>
</p>
<p>
<img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
<a href="../reference/ref-4.htm">Run and debug actions</a><br>
<a href="../reference/ref-51.htm">Debug view</a><br>
<a href="../reference/ref-11.htm">Debug preferences</a><br>
<a href="../reference/ref-12.htm">Console preferences</a>
</p>
<p>
<a href="../hglegal2003.htm"><img src="../images/ngibmcpy2003.gif" alt="Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved." border="0" width="324" height=
"14"></a>
</p>
</body>
</html>