core/com.nokia.carbide.cpp.doc.user/html/debugger/breakpoints/importing_breakpoints.htm
author dan.podwall@nokia.com
Mon, 06 Apr 2009 14:56:28 -0500
changeset 56 887bd61e1328
parent 2 d760517a8095
child 1225 a546534a48de
permissions -rw-r--r--
merge from RCL_2_0 to default

<!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>Importing Breakpoints and Watchpoints</title>
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
</head>
<body bgcolor="#FFFFFF">
<h2> Importing Breakpoints and Watchpoints</h2>
<p>Use the <b>Import Breakpoints</b> command to import a <span class="code">.bkpt</span> file containing breakpoint and watchpoint data and apply it to the current project. Right-click in the <a href="../../reference/view_breakpoints.htm">Breakpoints</a> view and select <b>Import Breakpoints...</b> from the context menu. You have the options of updating all existing breakpoints with the stored data or simply creating a working set containing the imported data. </p>
<p align="center"><img src="../images/wnd_import_breakpoints.png" width="438" height="415"></p>
<p class="figure">Figure 2 - Import Breakpoints dialog </p>
<table cellspacing="0" cellpadding="5" summary="Import breakpoints page" border="1">
  <tbody>
    <tr>
      <th width="220">Option</th>
      <th width="466">Description</th>
    </tr>
    <tr>
      <td valign="top"><b>From file </b></td>
      <td valign="top"><p>Enter the file name to import or click <b>Browse</b> to search for a <span class="code">.bkpt</span> file to import. </p>      </td>
    </tr>
    <tr>
      <td valign="top"><b>Update existing breakpoints </b></td>
      <td valign="top"><dl>
        <dt><b> </b>Update all existing project breakpoints found in the imported breakpoint data file. </dt>
      </dl></td>
    </tr>
    <tr>
      <td valign="top"><b>Create breakpoint working sets </b></td>
      <td valign="top">Create a new breakpoint working set containing the imported breakpoint data. </td>
    </tr>
  </tbody>
</table>
<h4>Other references</h4>
<ul>
  <li><a href="breakpoints.htm">Breakpoints overview </a></li>
  <li><a href="exporting_breakpoints.htm">Exporting Breakpoints </a></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>