core/com.nokia.carbide.cpp.doc.user/html/concepts/working_with_programs.htm
author fturovic <frank.turovich@nokia.com>
Tue, 31 Aug 2010 22:58:09 -0500
changeset 1934 4f0cd256d26c
parent 1791 727385d8e2b3
child 2136 f0b706fa897d
permissions -rw-r--r--
BUG 11531 - fixed reported issues from Rooney and Stephen for SDK section

<!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>Controlling Program Execution</title>
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
</head>
<body >
<h2>Controlling Program Execution</h2>
<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="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>
</ul>
<p>After you set these items in your source code, you start a debugging session to use them. As program execution arrives at each of these items, the debugger can halt execution, perform a task, or update data.</p>
<h5>Related concepts</h5>
<ul>
  <li><a href="breakpoints.htm">Breakpoints </a></li>
  <li><a href="common_debug_actions.htm">Common Debug Actions </a></li>
  <li><a href="../debugger/watchpoints/watchpoints.htm">Watchpoints</a></li>
</ul>
<h5>Related references </h5>
<ul>
  <li><a href="../reference/view_breakpoints.htm">Breakpoints View</a> </li>
  <li><a href="../reference/perspective_debug.htm">Breakpoint Actions</a> Preferences</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>