core/com.nokia.carbide.cpp.doc.user/html/concepts/working_with_programs.htm
changeset 1934 4f0cd256d26c
parent 1791 727385d8e2b3
child 2136 f0b706fa897d
--- a/core/com.nokia.carbide.cpp.doc.user/html/concepts/working_with_programs.htm	Tue Aug 31 16:18:02 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/concepts/working_with_programs.htm	Tue Aug 31 22:58:09 2010 -0500
@@ -12,7 +12,7 @@
 <p>This section explains how to use breakpoints, breakpoint actions, and watchpoints to manipulate execution of your program in the Carbide&trade; IDE:</p>
 <ul>
   <li><a href="breakpoints.htm">Breakpoints</a>&mdash;halt program execution on a line of source code that you specify. You can set a breakpoint that always halts program execution, or you can set a breakpoint that halts program execution if a condition that you specify is true.</li>
-  <li><a href="PLUGINS_ROOT/org.eclipse.cdt.doc.user/tasks/cdt_t_addrmv_brk_action.htm">Breakpoint actions</a>&mdash;perform a task during program execution on a line of source
+  <li><a href="working_with_debugger.htm">Breakpoint actions</a>&mdash;perform a task during program execution on a line of source
     code that you specify. Breakpoint actions can play sounds, run scripts, log data, and perform other operations.</li>
   <li><a href="watchpoints.htm">Watchpoints</a>&mdash;halt program execution after a location in memory changes
   value</li>