core/com.nokia.carbide.cpp.doc.user/html/concepts/working_with_debugger.htm
author fturovic <frank.turovich@nokia.com>
Fri, 16 Apr 2010 09:51:37 -0500
branchRCL_2_4
changeset 1225 a546534a48de
parent 400 9b005a8e6778
permissions -rw-r--r--
minor edits to remote conn pages, updated copyrights, fixed some broken links

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
<title>Debugger Program Execution</title>
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
</head>
<body bgcolor="#FFFFFF">
<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>
<ul>
  <li>Common debugging controls in the <a href="../debugger/debug/viewing_debug.htm">Debug</a> view for:
    <ul>
      <li><a href="../debugger/debug/cmds_starting.htm">Starting</a> the debugger</li>
      <li><a href="../debugger/debug/cmds_resuming.htm">Running</a> the program</li>
      <li>Stepping <a href="../debugger/debug/cmds_stepping.htm">into</a>, <a href="../debugger/debug/cmds_stepping.htm">out</a> of, or <a href="../debugger/debug/cmds_stepping.htm">over</a> routines</li>
      <li><a href="../debugger/debug/cmds_starting.htm">Suspending</a>, <a href="../debugger/debug/cmds_resuming.htm">resuming</a>, or <a href="../debugger/debug/cmds_starting.htm">terminating</a> program execution</li>
      <li><a href="../debugger/debug/cmds_other.htm">Disconnecting</a> the debugger </li>
      <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="../tasks/variables/show_variables_view.htm">values</a>, and their types</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="PLUGINS_ROOT/org.eclipse.cdt.doc.user/tasks/cdt_t_addrmv_brk_action.htm">breakpoint actions</a></li>
  <li>Source code&mdash;see the source code under debugger control</li>
</ul>
<h5>Related concepts</h5>
<ul>
  <li><a href="debugger_about.htm">Debugger</a></li>
  <li><a href="emulators.htm">Emulation Debugging</a></li>
  <li><a href="trk.htm">On-device Debugging</a></li>
</ul>
<h5>Related references</h5>
<ul>
  <li><a href="../reference/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>
</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>

</body>
</html>