core/com.nokia.carbide.cpp.doc.user/html/concepts/common_debug_actions.htm
author fturovic <frank.turovich@nokia.com>
Fri, 16 Apr 2010 09:51:37 -0500
branchRCL_2_4
changeset 1225 a546534a48de
parent 939 47d3ca29d054
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>Common Debugging Actions</title>
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
</head>
<body bgcolor="#FFFFFF">
<h2>Common Debugging Actions</h2>
<p>  This section explains how to perform common debugging actions within the <a href="../reference/perspective_debug.htm">Debug</a> perspective to correct source-code errors, control program execution, and observe memory behavior:</p>
<ul>
  <li><a href="../debugger/debug/cmds_starting.htm">Start</a> the debugger</li>
  <li>Step <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">Suspend</a>, <a href="../debugger/debug/cmds_resuming.htm">resume</a>, or <a href="../debugger/debug/cmds_starting.htm">terminate</a> program execution</li>
  <li><a href="../debugger/debug/cmds_resuming.htm">Run</a> the program</li>
  <li><a href="../debugger/debug/cmds_resuming.htm">Restart</a> the debugger</li>
</ul>
<h5>Related concepts</h5>
<ul>
  <li><a href="debugger_about.htm">About the Carbide.c++ Debugger</a></li>
</ul>
<h5>Related references</h5>
<ul>
  <li><a href="../tasks/projects/prj_debug_config.htm">Debugger Configuration</a></li>
  <li><a href="../projects/launch/page_debugger.htm">Debugger Pane </a></li>
  <li><a href="../reference/wnd_debugger_prefs.htm">Debugger Preferences</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>