core/com.nokia.carbide.cpp.doc.user/html/concepts/working_with_debugger.htm
changeset 2136 f0b706fa897d
parent 1934 4f0cd256d26c
--- a/core/com.nokia.carbide.cpp.doc.user/html/concepts/working_with_debugger.htm	Wed Oct 06 14:27:34 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/concepts/working_with_debugger.htm	Wed Oct 06 14:30:50 2010 -0500
@@ -9,7 +9,7 @@
 </head>
 <body >
 <h2>Debugger Program Execution </h2>
-<p>  This section explains how to work with the debugger in the Carbide IDE to control program execution. The main component of the debugger is the <a href="../reference/perspective_debug.htm">Debug perspective</a>, which shows these items:</p>
+<p>  This section explains how to work with the debugger in the Carbide IDE to control program execution. The main component of the debugger is the <a href="../debugger/views/perspective_debug.htm">Debug perspective</a>, which shows these items:</p>
 <ul>
   <li>Common debugging controls in the <a href="../debugger/debug/viewing_debug.htm">Debug</a> view for:
     <ul>
@@ -21,8 +21,8 @@
       <li><a href="../debugger/debug/cmds_resuming.htm">Restarting</a> the debugger</li>
     </ul>
   </li>
-  <li>Variable information in the <a href="../reference/view_variables.htm">Variables</a> view&mdash;see the variables in the executing code, their <a href="../reference/perspective_debug.htm">values</a>, and their <a href="working_with_variables.htm">types</a></li>
-  <li>Breakpoint information in the <a href="../reference/view_breakpoints.htm">Breakpoints</a> view&mdash;see the <a href="../tasks/breakpoints/pgm_bp_enable.htm">breakpoints</a>, <a href="../tasks/breakpoints/pgm_bp_conditional.htm">conditional</a> breakpoints, and <a href="working_with_debugger.htm">breakpoint actions</a></li>
+  <li>Variable information in the <a href="../debugger/views/view_variables.htm">Variables</a> view&mdash;see the variables in the executing code, their <a href="../debugger/views/perspective_debug.htm">values</a>, and their <a href="working_with_variables.htm">types</a></li>
+  <li>Breakpoint information in the <a href="../debugger/views/view_breakpoints.htm">Breakpoints</a> view&mdash;see the <a href="../tasks/breakpoints/pgm_bp_enable.htm">breakpoints</a>, <a href="../tasks/breakpoints/pgm_bp_conditional.htm">conditional</a> breakpoints, and <a href="working_with_debugger.htm">breakpoint actions</a></li>
   <li>Source code&mdash;see the source code under debugger control</li>
 </ul>
 <h5>Related concepts</h5>
@@ -33,11 +33,11 @@
 </ul>
 <h5>Related references</h5>
 <ul>
-  <li><a href="../reference/perspective_debug.htm">Debug Perspective</a></li>
+  <li><a href="../debugger/views/perspective_debug.htm">Debug Perspective</a></li>
   <li><a href="../debugger/debug/viewing_debug.htm">Debug View</a> </li>
-  <li><a href="../reference/view_expressions.htm">Expressions View</a></li>
-  <li><a href="../reference/view_variables.htm">Variables View</a></li>
-  <li><a href="../reference/view_breakpoints.htm">Breakpoints View </a>  </li>
+  <li><a href="../debugger/views/view_expressions.htm">Expressions View</a></li>
+  <li><a href="../debugger/views/view_variables.htm">Variables View</a></li>
+  <li><a href="../debugger/views/view_breakpoints.htm">Breakpoints View </a>  </li>
 </ul>
 <div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>