| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//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> |
| Removing breakpoints |
| </title> |
| </head> |
| <body> |
| <h1> |
| Removing breakpoints |
| </h1> |
| <p> |
| Breakpoints can be easily removed when you no longer need them. |
| </p> |
| <ol> |
| <li> |
| In the editor area, open the file where you want to remove the breakpoint. |
| </li> |
| <li> |
| Directly to the left of the line where you want to remove the breakpoint, open the marker bar pop-up menu and select <strong>Remove Breakpoint</strong>. The breakpoint is |
| removed from the workbench. You can also double-click directly on |
| the breakpoint icon to remove it. |
| </li> |
| </ol> |
| Breakpoints can also be removed in the <strong>Breakpoints view</strong>. Select the breakpoint(s) to be removed and from the context menu select <strong>Remove</strong>.<br> |
| All breakpoints can be removed from the workbench using the <strong>Remove All</strong> action in the context menu of the <strong>Breakpoints view</strong>. |
| <p>If you find yourself frequently adding and removing a breakpoint in the |
| same place, consider disabling the breakpoint when you don't need it (using <strong>Disable |
| Breakpoint </strong>in the breakpoint context menu or the <strong>Breakpoints view</strong>) |
| and enabling it when needed again. </p> |
| <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/concepts-5.htm">Java perspectives</a><br> |
| <a href="../concepts/concepts-7.htm">Java editor</a><br> |
| </p> |
| <p> |
| <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br> |
| <a href="../tasks/tasks-144.htm">Adding breakpoints</a><br> |
| <a href="../tasks/tasks-144b.htm">Enabling and disabling breakpoints</a><br> |
| <a href="../tasks/tasks-146.htm">Applying hit counts</a><br> |
| <a href="../tasks/tasks-147.htm">Catching Java exceptions</a><br> |
| <a href="../tasks/tasks-144c.htm">Managing conditional breakpoints</a><br> |
| <a href="../tasks/tasks-145.htm">Setting method breakpoints</a><br> |
| <a href="../tasks/tasks-136.htm">Stepping through the execution of a program</a> |
| </p> |
| <p> |
| <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br> |
| <a href="../reference/ref-35.htm">Breakpoints view</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> |
| |