| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| <html> |
| <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>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 <strong>Breakpoints View</strong>, or via the context menu in the <strong><a href="../concepts/concepts-7.htm">Tcl Editor</a></strong> ruler.</p> |
| |
| <ul> |
| <li>An enabled breakpoint causes a thread to suspend whenever |
| the breakpoint is encountered. Enabled breakpoints are drawn with a blue circle [ <img src="../images/org.eclipse.debug.ui/obj16/brkp_obj.png" alt="Breakpoint"> ] and |
| have a checkmark overlay once successfully installed. |
| </li> |
| |
| <li>A disabled breakpoint will not cause threads to suspend. Disabled breakpoints are drawn with a white circle [ <img src="../images/org.eclipse.debug.ui/obj16/brkpd_obj.png" alt="Disabled Breakpoint"> ].</li> |
| </ul> |
| |
| <p>Breakpoints are displayed in the vertical editor ruler and in the Breakpoints view.</p> |
| </body> |
| </html> |
| |