core/com.nokia.carbide.cpp.doc.user/html/reference/panel_debug_exceptions.htm
author fturovic <frank.turovich@nokia.com>
Wed, 06 Oct 2010 14:30:50 -0500
changeset 2136 f0b706fa897d
parent 1791 727385d8e2b3
permissions -rw-r--r--
all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)

<!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>x86 Exceptions Pane</title>
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
</head>
<body >
<h2>x86 Exceptions Pane </h2>
<p>  The <b>Debug</b> or launch configuration windows <b>x86 Exceptions</b> pane lists all the exceptions that the debugger is able to catch. If you want the debugger to catch all the exceptions, enable all of the options in this view. However, if you prefer to handle only certain exceptions, enable only those options that reflect the exceptions you prefer to handle.</p>
<p align="center"><img src="images/panel_debug_x86_exceptions.png" width="627" height="270" /></p>
<p align="center" class="figure">Figure 1 - x86 Exceptions pane </p>
<h5>Table 1. x86 Exceptions pane &mdash;items </h5>
<table width="88%"  border="0" cellpadding="2" cellspacing="0">
  <tr>
    <th width="38%" scope="col">Item</th>
    <th width="62%" scope="col">Explanation</th>
  </tr>
  <tr>
    <td><b>Check All </b></td>
    <td>Enables catching all exceptions.</td>
  </tr>
  <tr>
    <td><b>Clear All </b></td>
    <td>Disables catching all exceptions.</td>
  </tr>
</table>
<div class="step">
  <h4>To access the x86 Exceptions pane</h4>
  <ol>
    <li>Select the Run &gt; Debug... menu item</li>
    <p>The Debug window (Figure 1) appears. </p>
    <li>Select a Configuration setting</li>
    <li>Click x86 Exceptions tab </li>
    <p>The x86 Exceptions pane appears. </p>
  </ol>
</div>  
<h5>Common concepts</h5>
  <ul>
    <li><a href="../concepts/debugger_about.htm">About the Debugger</a></li>
  </ul>
  <h5 align="left">Common tasks</h5>
  <ul>
    <li><a href="../tasks/start/carbide_debugging.htm">Debugging a Program</a> (Example)</li>
    <li><a href="../tasks/projects/prj_debug_config.htm">Creating a Debug Configuration</a></li>
  </ul>
  <h5 align="left">Common references </h5>
  <ul>
    <li><a href="../debugger/views/perspective_debug.htm">Debug Perspective</a></li>
    <li><a href="wnd_debug_configuration.htm">Debug Window </a> </li>
    <li><a href="../debugger/debug/viewing_debug.htm">Debug 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>