blob: ea90e4f03e83bbecad334107ac8a1dd180db94fd [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. 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>Breakpoints</title>
</head>
<body>
<h1>Breakpoints</h1>
<p>A breakpoint suspends the execution of a program at the location where the breakpoint is set.</p>
<p>Breakpoints can be enabled and disabled via the context menu in the Breakpoints view.</p>
<ul>
<li>When a breakpoint is enabled, it will cause a thread to suspend whenever
the breakpoint is reached. Enabled breakpoints are indicated with a blue circle and
are shown with a checkmark overlay once successfully installed. A breakpoint can only
be installed when the class the breakpoint is located in has been loaded in the VM.</li>
<li>When a breakpoint is disabled, it will not cause threads to suspend. Disabled breakpoints are indicated with a white circle.</li>
</ul>
<p>Breakpoints are displayed in the vertical editor ruler and in the Breakpoints view.</p>
<p><img border="0" src="../images/ngrelt.png" alt="Related tasks" ></p>
<p>
<a href="../tasks/tasks-144.htm">Adding breakpoints</a><br>
<a href="../tasks/tasks-135.htm">Resuming the execution of suspended threads</a><br>
<a href="../tasks/tasks-126.htm">Running and debugging</a><br>
<a href="../tasks/tasks-134.htm">Suspending threads</a></p>
<p><img border="0" src="../images/ngrelr.png" alt="Related reference" ></p>
<p>
<a href="../reference/preferences/ref-debug.htm">Debug preferences</a><br>
<a href="../reference/ref-51.htm">Debug view</a><a href="../reference/ref-4.htm"><br>
Run menu</a><br>
<a href="../reference/ref-4.htm">Run and debug actions</a><br>
<a href="../reference/views/breakpoints/ref-breakpoints_view.htm">Breakpoints view</a><br>
</p>
</body>
</html>