carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/tasks/cdt_t_controldebug.htm
author cawthron
Fri, 04 Dec 2009 10:01:33 -0600
changeset 5 684bf18fdedf
permissions -rw-r--r--
add files for RCL_2_2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     2
<html lang="en">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     3
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     4
<head>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     5
<meta http-equiv="Content-Language" content="en-us">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     6
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     7
<meta name="ProgId" content="FrontPage.Editor.Document">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     8
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     9
<title>Controlling debug execution</title>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    10
<link rel="stylesheet" type="text/css" href="../help.css">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    11
</head>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    12
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    13
<body>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    14
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    15
<h1>Controlling debug execution</h1>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    16
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    17
<p>The debug execution controls are superceded by breakpoints. For example, if 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    18
you attempt to step over a function and the program hits a breakpoint, 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    19
it pauses, regardless of whether the function is completed. You can control your debug execution in various ways, but they all rely on a 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    20
core set of debug controls. </p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    21
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    22
<p>To control a debug execution:</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    23
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    24
<ol>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    25
  <li>In the <b>Debug</b> view, select a thread.</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    26
  <li>To control the debug session, click:</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    27
  <ul><li><b>Run &gt; Resume</b></li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    28
  <li><b>Run &gt; Suspend</b></li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    29
  <li><b>Run &gt; Terminate</b></li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    30
  <li><b>Run &gt; Disconnect</b></li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    31
  <li><b>Run &gt; Remove All Terminated Launches</b></li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    32
  <li><b>Run &gt; Restart</b></li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    33
 </ul>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    34
 </ol>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    35
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    36
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    37
<br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    38
<a href="../concepts/cdt_c_over_cdt.htm">C/C++ Development perspective</a><br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    39
</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    40
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    41
<br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    42
<a href="cdt_o_debug.htm">Debugging</a></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    43
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    44
<br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    45
<a href="../reference/cdt_u_dbg_view.htm">Debug launch controls</a><br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    46
<a href="../reference/cdt_u_dbg_view.htm">Debug view</a></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    47
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    48
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    49
</body>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    50
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    51
</html>