From eaa462883739215a919cf2a26dfbb7bf96700465 Mon Sep 17 00:00:00 2001 From: Mikhail Khodjaiants Date: Mon, 8 Aug 2005 15:08:16 +0000 Subject: [PATCH] CDT 3.0. --- .../concepts/cdt_c_brkpnts.htm | 16 ++++++++-------- .../concepts/cdt_c_dbg_info.htm | 6 +++--- .../concepts/cdt_o_dbg_concepts.htm | 3 --- 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 @@

Breakpoints

-

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 Add Breakpoint. +

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 Toggle Breakpoint. 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.

Once set, a breakpoint can be enabled and disabled by right-clicking on its icon or by right-clicking on its description in the Breakpoints view.