diff options
author | Mikhail Khodjaiants | 2005-08-08 15:08:16 +0000 |
---|---|---|
committer | Mikhail Khodjaiants | 2005-08-08 15:08:16 +0000 |
commit | eaa462883739215a919cf2a26dfbb7bf96700465 (patch) | |
tree | 956777e29a85205ba964d9a56da27d61dba075a1 /doc | |
parent | 37216cd824b07805dfb9c8d38c3a376ce52110ab (diff) | |
download | org.eclipse.cdt-eaa462883739215a919cf2a26dfbb7bf96700465.tar.gz org.eclipse.cdt-eaa462883739215a919cf2a26dfbb7bf96700465.tar.xz org.eclipse.cdt-eaa462883739215a919cf2a26dfbb7bf96700465.zip |
CDT 3.0.
Diffstat (limited to 'doc')
3 files changed, 11 insertions, 14 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_brkpnts.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_brkpnts.htm index f7530f78337..38920296715 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_brkpnts.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_brkpnts.htm @@ -11,21 +11,24 @@ <body> <h1>Breakpoints</h1> -<p>A breakpoint suspends the execution of a thread at the location where the breakpoint is set. -To set a breakpoint, right-click in the frame on the left side of an editor beside -the line where you want the breakpoint, then choose <b>Add Breakpoint</b>. +<p>A breakpoint suspends the execution of a program at the location where the breakpoint is set. +To set a line breakpoint, right-click in the marker bar area on the left side of an editor beside +the line where you want the program to be suspended, then choose <b>Toggle Breakpoint</b>. You can +also double-click on the marker bar next to the source code line. A new breakpoint marker appears +on the marker bar, directly to the left of the line where you added the breakpoint. Also, the new +breakpoint appears in the Breakpoints view list. </p> <p>Once set, a breakpoint can be enabled and disabled by right-clicking on its icon or by right-clicking on its description in the <b>Breakpoints</b> view. </p> <ul> -<li>When a breakpoint is enabled, it causes a thread to suspend whenever it is hit. +<li>When a breakpoint is enabled, it causes the program to suspend whenever it is hit. Enabled breakpoints are indicated with a blue <img src="../images/icon_breakpoint_obj.gif" alt="enabled breakpoint" border="0"> circle. Enabled breakpoints that are successfully installed are indicated with a checkmark overlay.</li> -<li>When a breakpoint is disabled, it will not cause threads to suspend. +<li>When a breakpoint is disabled, it will not affect the execution of the program. Disabled breakpoints are indicated with a white <img src="../images/icon_breakpoint_disable.gif" alt="disabled breakpoint" border="0"> circle.<br> <img border="0" src="../images/add_breakpoint.png" ALT="Editor view with cursor highlighting breakpoint" width="453" height="335"> @@ -34,9 +37,6 @@ Disabled breakpoints are indicated with a white -<p>Debugging breakpoints are displayed in the marker bar in the editor area -and in the <b>Breakpoints</b> view. -</p> <p><b>Note: </b>Execution will also suspend if <b>Stop at main() on startup</b> is enabled on the <b>Launch Configuration</b> dialog. diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_dbg_info.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_dbg_info.htm index 6765bddf972..43ac6edb93d 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_dbg_info.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_dbg_info.htm @@ -55,10 +55,10 @@ stops.</p> <p>You can inspect and change your process memory.</p> -<h2>Shared libraries</h2> +<h2>Modules</h2> -<p>You can view information about the shared libraries loaded in the current -debug session.</p> +<p>You can view information about the modules (executables and shared libraries) loaded +in the current debug session.</p> <h2>Signals</h2> diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_dbg_concepts.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_dbg_concepts.htm index 3f926c8acb2..4cca06a305d 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_dbg_concepts.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_dbg_concepts.htm @@ -16,9 +16,6 @@ <img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_brkpnts.htm">Breakpoints</a><br> <img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_over_dbg.htm">Debug overview</a><br> <img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_dbg_info.htm">Debug information</a><br> -<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none">Error Parsing</a><br> -<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none">Invoking Make</a><br> - <p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p> |