core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_exceptions.htm
author fturovic <frank.turovich@nokia.com>
Tue, 21 Sep 2010 15:50:51 -0500
changeset 2087 617a89f9dffc
parent 1835 113f8e9d5cb6
permissions -rw-r--r--
BUG 12110 - text instances of apptrk/systrk changed, more images yet to update
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1376
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     2
<html>
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     3
<head>
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     4
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     5
<meta http-equiv="Content-Style-Type" content="text/css" />
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     6
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
1835
113f8e9d5cb6 added new exceptions page for stop mode and related images
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
     7
<title>Carbide Exceptions page</title>
1376
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     8
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     9
</head>
1791
727385d8e2b3 added new customize carbide section and some relinking done for deleted duplicate page
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    10
<body >
1835
113f8e9d5cb6 added new exceptions page for stop mode and related images
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    11
<h2>Exceptions page (stop mode)</h2>
113f8e9d5cb6 added new exceptions page for stop mode and related images
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    12
<p>  Use the <b>Exceptions</b> page in stop mode launch configurations enables you to control how stop threads are handled.</p>
113f8e9d5cb6 added new exceptions page for stop mode and related images
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    13
<p align="center"><img src="images/page_exceptions.png" alt="Exceptions page" width="565" height="255"></p>
113f8e9d5cb6 added new exceptions page for stop mode and related images
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    14
<p align="center" class="figure">Figure 1 - Exceptions page (stop-mode)</p>
113f8e9d5cb6 added new exceptions page for stop mode and related images
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    15
<h5>Table 1. Exceptions page &mdash;items </h5>
113f8e9d5cb6 added new exceptions page for stop mode and related images
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    16
<table width="800"  border="0" cellpadding="2" cellspacing="0">
1376
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    17
  <tr>
1835
113f8e9d5cb6 added new exceptions page for stop mode and related images
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    18
    <th width="30%" scope="col">Item</th>
113f8e9d5cb6 added new exceptions page for stop mode and related images
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    19
    <th width="70%" scope="col">Explanation</th>
1376
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    20
  </tr>
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    21
  <tr>
1835
113f8e9d5cb6 added new exceptions page for stop mode and related images
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    22
    <td><b>Stop thread on panic</b></td>
113f8e9d5cb6 added new exceptions page for stop mode and related images
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    23
    <td><p>Choose one of the options below to handle panic exceptions:</p>
113f8e9d5cb6 added new exceptions page for stop mode and related images
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    24
        <ul>
113f8e9d5cb6 added new exceptions page for stop mode and related images
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    25
            <li>Only threads being debugged</li>
113f8e9d5cb6 added new exceptions page for stop mode and related images
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    26
            <li>Any threads</li>
113f8e9d5cb6 added new exceptions page for stop mode and related images
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    27
        </ul></td>
1376
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    28
  </tr>
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    29
  <tr>
1835
113f8e9d5cb6 added new exceptions page for stop mode and related images
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    30
    <td><b>Stop thread on software exception</b></td>
113f8e9d5cb6 added new exceptions page for stop mode and related images
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    31
    <td><p>Choose one of the options below to handle software exceptions:</p>
113f8e9d5cb6 added new exceptions page for stop mode and related images
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    32
        <ul>
113f8e9d5cb6 added new exceptions page for stop mode and related images
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    33
            <li>Only threads being debugged</li>
113f8e9d5cb6 added new exceptions page for stop mode and related images
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    34
            <li>Any threads</li>
113f8e9d5cb6 added new exceptions page for stop mode and related images
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    35
        </ul></td>
1376
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    36
  </tr>
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    37
  <tr>
1835
113f8e9d5cb6 added new exceptions page for stop mode and related images
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    38
    <td><b>Stop thread on hardware exception</b></td>
113f8e9d5cb6 added new exceptions page for stop mode and related images
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    39
    <td><p>Choose one of the options below to handle hardware exceptions:</p>
113f8e9d5cb6 added new exceptions page for stop mode and related images
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    40
        <ul>
113f8e9d5cb6 added new exceptions page for stop mode and related images
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    41
            <li>Only threads being debugged</li>
113f8e9d5cb6 added new exceptions page for stop mode and related images
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    42
            <li>Any threads</li>
113f8e9d5cb6 added new exceptions page for stop mode and related images
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    43
        </ul></td>
1376
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    44
  </tr>
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    45
</table>
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    46
<h4>Other references</h4>
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    47
<ul>
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    48
  <li><a href="launch_configs_overview.htm">Launch Configuration Overview</a></li>
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    49
</ul>
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    50
<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>
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    51
<h5>&nbsp;</h5>
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    52
</body>
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    53
</html>