core/com.nokia.carbide.cpp.doc.user/html/concepts/working_with_debugger.htm
author stechong
Wed, 20 Oct 2010 11:19:31 -0500
changeset 2165 2a7b5eccb0bc
parent 2136 f0b706fa897d
permissions -rw-r--r--
Keeping PlatSim internal only.

<!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 >
<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="../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>
      <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="../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>
<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="../debugger/views/perspective_debug.htm">Debug Perspective</a></li>
  <li><a href="../debugger/debug/viewing_debug.htm">Debug 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>

</body>
</html>