core/com.nokia.carbide.cpp.doc.user/html/reference/view_signals.htm
changeset 1658 2a5c0df13bad
child 1791 727385d8e2b3
equal deleted inserted replaced
1655:e17ab99b8f30 1658:2a5c0df13bad
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
       
     2 <html>
       
     3 <head>
       
     4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
       
     5 <meta http-equiv="Content-Style-Type" content="text/css" />
       
     6 <meta name="LASTUPDATED" content="06/17/05 11:09:43" />
       
     7 <title>Signals view</title>
       
     8 <link rel="StyleSheet" href="../../book.css" type="text/css"/>
       
     9 </head>
       
    10 <body bgcolor="#FFFFFF">
       
    11 <h2>Signals view</h2>
       
    12 <p>  The Signals view of the Debug perspective lets you view the signals defined on the selected debug target and how the debugger handles each one. Figure 1 shows the Signals view.</p>
       
    13 <p align="center"><img src="../images/views/view_signals.png" width="500" height="205" /></p>
       
    14 <p class="figure">Figure 1 - Signals view</p>
       
    15 <h5>Table 1 Signals view&mdash;items </h5>
       
    16 <table width="76%"  border="0" cellpadding="2" cellspacing="0">
       
    17   <tr>
       
    18     <th width="22%" scope="col">Item</th>
       
    19     <th width="78%" scope="col">Explanation</th>
       
    20   </tr>
       
    21   <tr>
       
    22     <td><b>Name</b></td>
       
    23     <td>Displays the name of the signal.</td>
       
    24   </tr>
       
    25   <tr>
       
    26     <td><b>Pass</b></td>
       
    27     <td>Where &quot;yes&quot; is displayed, the debugger lets your program see the signal. Your program can handle the signal, or else it may terminate if the signal is fatal and not handled.</td>
       
    28   </tr>
       
    29   <tr>
       
    30     <td><b>Suspend</b></td>
       
    31     <td>Where &quot;yes&quot; is displayed, the debugger suspends your program when this signal is handled.</td>
       
    32   </tr>
       
    33   <tr>
       
    34     <td><b>Description</b></td>
       
    35     <td>Displays a description of the signal.</td>
       
    36   </tr>
       
    37 </table>
       
    38 <h5>Related reference </h5>
       
    39 <ul>
       
    40   <li> <a href="../debugger/debug/viewing_debug.htm">Debug view</a></li>
       
    41 </ul>
       
    42 <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>
       
    43 
       
    44 </body>
       
    45 </html>