blob: e314d28b7416d03fdc9114305710e381bf435107 [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>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.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="../tasks/task-choose_config_jre.htm">Choosing a JRE for launching a project</a><br>
<a href="task-create_scrapbook_page.htm">Creating a Java scrapbook page</a><br>
<a href="task-disconnect_remote_debug.htm">Disconnecting from a VM</a><br>
<a href="../tasks/task-launching_java_program.htm">Launching a Java program</a><br>
<a href="../concepts/clocdbug.htm">Local debugging</a><br>
<a href="task-preparing_to_debug.htm">Preparing to debug</a><br>
<a href="task-relaunch_program.htm">Re-launching a program</a><br>
<a href="../concepts/cremdbug.htm">Remote debugging</a><br>
<a href="task-resuming_threads.htm">Resuming the execution of suspended threads</a><br>
<a href="../tasks/tasks-executionArgs.htm">Setting execution arguments</a><br>
<a href="task-stepping.htm">Stepping through the execution of a program</a><br>
<a href="task-suspending_threads.htm">Suspending threads</a> </p>
<p> <img border="0" src="../images/ngrelr.png" alt="Related reference" ><br>
<a href="../reference/menus/run/ref-menu-run.htm">Run Menu </a><br>
<a href="../reference/views/debug/ref-debug_view.htm">Debug view</a><br>
<a href="../reference/preferences/run-debug/ref-run_debug.htm">Debug Preferences</a><br>
<a href="../reference/preferences/run-debug/ref-console.htm">Console Preferences</a> </p>
</body>
</html>