core/com.nokia.carbide.cpp.doc.user/html/concepts/working_with_programs.htm
changeset 0 fb279309251b
child 939 47d3ca29d054
child 1207 e265bbe56eb0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/core/com.nokia.carbide.cpp.doc.user/html/concepts/working_with_programs.htm	Fri Apr 03 23:33:03 2009 +0100
@@ -0,0 +1,35 @@
+<!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 bgcolor="#FFFFFF">
+<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="PLUGINS_ROOT/org.eclipse.cdt.doc.user/tasks/cdt_t_addrmv_brk_action.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="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="PLUGINS_ROOT/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_brkpt_actions.htm">Breakpoint Actions</a> Preferences</li>
+</ul>
+<div id="footer">Copyright &copy; 2009 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>