core/com.nokia.carbide.cpp.doc.user/html/reference/panel_debug_exceptions.htm
author timkelly
Tue, 30 Jun 2009 10:50:18 -0500
changeset 323 d40e42540f1f
parent 0 fb279309251b
child 325 6cb072f1aa74
permissions -rw-r--r--
add documentation and hook up tray dialog for abld deps tracking query (bug 9227)

<!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 bgcolor="#FFFFFF">
<h2>x86 Exceptions Pane </h2>
<p>  The Debug or launch configuration window's x86 Exceptions 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="839" height="522" /></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>Check All </td>
    <td>Enables catching all exceptions.</td>
  </tr>
  <tr>
    <td>Clear All </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="perspective_debug.htm">Debug Perspective</a></li>
    <li><a href="wnd_debug_configuration.htm">Debug Window </a> </li>
    <li><a href="view_debug.htm">Debug View</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>