carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/reference/cdt_u_signals_view.htm
changeset 5 684bf18fdedf
equal deleted inserted replaced
4:4764c8c88759 5:684bf18fdedf
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
       
     2 <html lang="en">
       
     3 
       
     4 <head>
       
     5 <meta http-equiv="Content-Language" content="en-us">
       
     6 <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
       
     7 <meta name="ProgId" content="FrontPage.Editor.Document">
       
     8 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
       
     9 <title>Signals view</title>
       
    10 <link rel="stylesheet" type="text/css" href="../help.css">
       
    11 </head>
       
    12 
       
    13 <body>
       
    14 
       
    15 <h1>Signals view</h1>
       
    16 
       
    17 <p>The <b>Signals</b> view of the Debug perspective lets you view the signals defined on the selected debug target and how the 
       
    18 debugger handles each one.</p>
       
    19   <p><img src="../images/view_signals.png" width="440" height="251"  alt="Signals View"></p>
       
    20   <table width="600px" cellpadding="5" cellspacing="0" border="1" >
       
    21     <caption>
       
    22       <b>Signals Columns</b>
       
    23     </caption>
       
    24     <colgroup>
       
    25     <col width="30%" valign="top" >
       
    26     <col width="70%" valign="top" >
       
    27     </colgroup>
       
    28     <tbody>
       
    29       <tr>
       
    30         <td width="99"><b>Name</b></td>
       
    31         <td width="475">Displays the name of the signal.</td>
       
    32       </tr>
       
    33       <tr>
       
    34         <td><b>Pass</b></td>
       
    35         <td>Where &quot;yes&quot; is displayed, the debugger  lets your program see the 
       
    36   signal. Your program can handle the signal, or else it may terminate if the 
       
    37   signal is fatal and not handled.</td>
       
    38       </tr>
       
    39       <tr>
       
    40         <td><b>Suspend</b></td>
       
    41         <td>Where &quot;yes&quot; is displayed, the debugger  suspends your program when this 
       
    42   signal is handled.</td>
       
    43       </tr>
       
    44       <tr>
       
    45         <td><b>Description</b></td>
       
    46         <td>Displays a description of the signal.</td>
       
    47       </tr>
       
    48     </tbody>
       
    49   </table>
       
    50   <h3>Signals view context menu commands </h3>
       
    51   <p>The Signals view context menu commands   include:</p>
       
    52   <table width="600" cellpadding="5" cellspacing="0" border="1" >
       
    53     <colgroup>
       
    54     <col width="30%" valign="top" >
       
    55     <col width="70%" valign="top" >
       
    56     </colgroup>
       
    57     <tbody>
       
    58       <tr>
       
    59         <td valign="top"><center>
       
    60           <b>Command</b>
       
    61         </center>        </td>
       
    62         <td valign="top"><center>
       
    63           <b>Name</b>
       
    64         </center>        </td>
       
    65         <td valign="top"><center>
       
    66           <b>Description</b>
       
    67         </center>        </td>
       
    68       </tr>
       
    69       <tr>
       
    70         <td width="74" valign="top">&nbsp;</td>
       
    71         <td width="143" valign="top"><b>Signal Properties... </b></td>
       
    72         <td width="345" valign="top"><p>Opens the properties window for the selected signal enabling you to:
       
    73           <ul>
       
    74               <li>pass or not pass the signal to the program</li>
       
    75               <li>suspend the program when the signal occurs</li>
       
    76           </ul></p></td>
       
    77       </tr>
       
    78       <tr>
       
    79         <td valign="top"><center>
       
    80           <img src="../images/icon_resume_signal.png" width="17" height="15" alt="Resume with Signal Icon">
       
    81         </center>
       
    82         </td>
       
    83         <td valign="top"><b>Resume With Signal</b></td>
       
    84         <td valign="top">Resume program execution after receiving the signal. </td>
       
    85       </tr>
       
    86     </tbody>
       
    87   </table>
       
    88   <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
       
    89     <br>
       
    90     <a href="../concepts/cdt_c_dbg_info.htm">Debug information</a></p>
       
    91   <p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
       
    92 <br>
       
    93 <a href="../tasks/cdt_o_debug.htm">Debugging</a></p>
       
    94 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
       
    95 <br>
       
    96 <a href="cdt_o_views.htm">Views</a></p>
       
    97 <p><img src="../images/nokia2007Copyright.png" alt="Nokia Copyright Statement" ><br>
       
    98 <img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
       
    99 </body>
       
   100 
       
   101 </html>