core/com.nokia.carbide.cpp.doc.user/html/tasks/eventpoints/pause_point_set.htm
author fturovic <frank.turovich@nokia.com>
Fri, 16 Apr 2010 09:51:37 -0500
branchRCL_2_4
changeset 1225 a546534a48de
parent 987 77469bd2d10b
permissions -rw-r--r--
minor edits to remote conn pages, updated copyrights, fixed some broken links

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<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>Pause Point</title>
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
</head>
<body bgcolor="#FFFFFF">
<h2>Pause Point</h2>
<p>  A <b>Pause Point</b> suspends program execution long enough to refresh debugger data. For example, without setting a pause point, you must wait for the debugger to halt program execution before it can refresh data. Setting a Pause Point, however, lets you pause the debugging session to give the debugger time to refresh the data.</p>
<h5>Related tasks</h5>
<ul>
  <li><a href="log_point_set.htm">Setting a Log Point</a></li>
  <li><a href="log_point_clear.htm">Clearing a Log Point </a></li>
</ul>
<p>&nbsp;</p>
<div class="step">
    <h5>Setting a Pause Point</h5>
    <p>To set a Pause Point, follow these steps:</p>
    <ol>
      <li>Click the cursor on the line of source code at which you want to set the Pause Point.</li>
      <li>Click Debug &gt; Set Eventpoint &gt; Set Pause Point.</li>
    </ol>
</div>
  <p></p>
  <p></p>
<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>