core/com.nokia.carbide.cpp.doc.user/html/tasks/breakpoints/pgm_bp_importing.htm
author fturovic <frank.turovich@nokia.com>
Fri, 16 Apr 2010 09:51:37 -0500
branchRCL_2_4
changeset 1225 a546534a48de
parent 0 fb279309251b
child 1791 727385d8e2b3
permissions -rw-r--r--
minor edits to remote conn pages, updated copyrights, fixed some broken links

<!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</title>
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
</head>
<body bgcolor="#FFFFFF">
<h2>Importing Breakpoints</h2>
<p>Use the <b>Import Breakpoints</b> command to import breakpoints previously exported and saved to a breakpoints file (.bkpt). The  <b>Import Breakpoints</b> wizard helps you to import breakpoints from a file.</p>
<p>Figure 1 shows the Import Breakpoints window. </p>
<p align="center"><img src="images/wnd_import_breakpoint.png" width="470" height="338" /></p>
<p class="figure">Figure 1 - Importing Breakpoints</p>
<p>&nbsp;</p>
<table cellspacing="0" cellpadding="5" summary="Import breakpoints page" border="1">
  <tbody>
    <tr>
      <th>Option</th>
      <th>Description</th>
    </tr>
    <tr>
      <td valign="top" align="left"><b>From file </b></td>
      <td valign="top" align="left">Type the name of the file to import from, or click the <b>Browse...</b> button to search for a breakpoints file.</td>
    </tr>
    <tr>
      <td valign="top"><b>Automatically update existing breakpoints</b></td>
      <td valign="top"><dl>
          <dt>When selected, any breakpoints that already exist in your workspace will be overwritten by those being imported from the file.</dt>
          </dl>
      </td>
    </tr>
    <tr>
      <td valign="top"><b>Automatically create breakpoint working sets</b></td>
      <td valign="top"><dl>
          <dt>When selected, if an imported breakpoint indicates it belongs to a working set that does not exist in your workspace, the working set will be created for you and the breakpoint added to it.</dt>
          </dl>
      </td>
    </tr>
  </tbody>
</table>
<div class="step">
  <h4>Importing  Breakpoints</h4>
  <ul>
    <li>Select File &gt; Import... and then select Breakpoints in the General group </li>
  </ul>
  <blockquote>
    <p>or</p>
  </blockquote>
  <ul>
    <li>Right-click in the Breakpoints view and select Import Breakpoints... </li>
  </ul>
</div>
<h5>Related concepts</h5>
<ul>
  <li><a href="../../concepts/breakpoints.htm">Breakpoints</a></li>
</ul>
<h5>Related tasks</h5>
<ul>
  <li><a href="pgm_bp_enable.htm">Enabling Breakpoints</a></li>
  <li><a href="pgm_bp_disable.htm">Disabling Breakpoints</a></li>
  <li><a href="pgm_bp_clearing.htm">Removing Breakpoints</a></li>
</ul>
<h5>Related references </h5>
<ul>
  <li><a href="../../reference/view_breakpoints.htm">Breakpoints view</a></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>