2011-03-31 13:59:18 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2003-11-28 21:50:02 +00:00
< html lang = "en" >
< head >
< meta http-equiv = "Content-Language" content = "en-us" >
< meta name = "GENERATOR" content = "Microsoft FrontPage 5.0" >
< meta name = "ProgId" content = "FrontPage.Editor.Document" >
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" >
< title > Signals view< / title >
< link rel = "stylesheet" type = "text/css" href = "../help.css" >
< / head >
< body >
2012-09-19 17:16:24 -04:00
< div role = "main" > < h1 > Signals view< / h1 >
2003-11-28 21:50:02 +00:00
2011-03-31 13:59:18 +00:00
< p > The < img src = "../images/command_link.png" alt = "" > < a class = "command-link" href = 'javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.cdt.debug.ui.SignalsView)")' > Signals< / a > view of the Debug perspective lets you view the signals defined on the selected debug target and how the
2003-11-28 21:50:02 +00:00
debugger handles each one.< / p >
2009-05-05 20:53:52 +00:00
< p > < img src = "../images/view_signals.png" width = "440" height = "251" alt = "Signals View" > < / p >
2010-05-01 22:01:24 +00:00
< h2 > Signals view toolbar options< / h2 >
< p > The table below lists the toolbar options displayed in the Signals view.< / p >
< table width = "600px" cellpadding = "5" cellspacing = "0" border = "1" bordercolor = "#DDDDDD" >
2007-06-06 13:56:32 +00:00
< caption >
2010-03-31 01:34:27 +00:00
< strong > Signals Columns< / strong >
2007-06-06 13:56:32 +00:00
< / caption >
< colgroup >
< col width = "30%" valign = "top" >
< col width = "70%" valign = "top" >
< / colgroup >
< tbody >
2011-03-31 13:59:18 +00:00
< tr class = "hidden" >
< th id = "option" > Option< / th >
< th id = "description2" > Description< / th >
< / tr >
2007-06-06 13:56:32 +00:00
< tr >
2011-03-31 13:59:18 +00:00
< td style = "width:99" headers = "option" > < strong > Name< / strong > < / td >
< td style = "width:475" headers = "description2" > Displays the name of the signal.< / td >
2007-06-06 13:56:32 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td headers = "option" > < strong > Pass< / strong > < / td >
< td headers = "description2" > Where " yes" is displayed, the debugger lets your program see the
2003-11-28 21:50:02 +00:00
signal. Your program can handle the signal, or else it may terminate if the
2007-06-06 13:56:32 +00:00
signal is fatal and not handled.< / td >
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td headers = "option" > < strong > Suspend< / strong > < / td >
< td headers = "description2" > Where " yes" is displayed, the debugger suspends your program when this
2007-06-06 13:56:32 +00:00
signal is handled.< / td >
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td headers = "option" > < strong > Description< / strong > < / td >
< td headers = "description2" > Displays a description of the signal.< / td >
2007-06-06 13:56:32 +00:00
< / tr >
< / tbody >
< / table >
< h3 > Signals view context menu commands < / h3 >
< p > The Signals view context menu commands include:< / p >
2010-05-01 22:01:24 +00:00
< table width = "600" cellpadding = "5" cellspacing = "0" border = "1" bordercolor = "#DDDDDD" >
2007-06-06 13:56:32 +00:00
< colgroup >
2010-05-01 22:01:24 +00:00
< col width = "5%" valign = "top" >
< col width = "25%" valign = "top" >
2007-06-06 13:56:32 +00:00
< col width = "70%" valign = "top" >
< / colgroup >
< tbody >
< tr >
2011-03-31 13:59:18 +00:00
< th valign = "top" id = "icon" >
2010-05-01 22:01:24 +00:00
< strong > Icon< / strong >
2011-03-31 13:59:18 +00:00
< / th >
< th valign = "top" id = "name" >
2010-03-31 01:34:27 +00:00
< strong > Name< / strong >
2011-03-31 13:59:18 +00:00
< / th >
< th valign = "top" id = "description" >
2010-03-31 01:34:27 +00:00
< strong > Description< / strong >
2011-03-31 13:59:18 +00:00
< / th >
2007-06-06 13:56:32 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td style = "width:74" valign = "top" headers = "icon" > < / td >
< td style = "width:143" valign = "top" headers = "name" > < strong > Signal Properties... < / strong > < / td >
< td style = "width:345" valign = "top" headers = "description" > < p > Opens the properties window for the selected signal enabling you to:
2007-06-06 13:56:32 +00:00
< ul >
< li > pass or not pass the signal to the program< / li >
< li > suspend the program when the signal occurs< / li >
< / ul > < / p > < / td >
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td valign = "top" headers = "icon" style = "text-align:center" >
2009-05-05 20:53:52 +00:00
< img src = "../images/icon_resume_signal.png" width = "17" height = "15" alt = "Resume with Signal Icon" >
2007-06-06 13:56:32 +00:00
< / td >
2011-03-31 13:59:18 +00:00
< td valign = "top" headers = "name" > < strong > Resume With Signal< / strong > < / td >
< td valign = "top" headers = "description" > Resume program execution after receiving the signal. < / td >
2007-06-06 13:56:32 +00:00
< / tr >
< / tbody >
< / table >
2011-03-31 13:59:18 +00:00
< p > < img src = "../images/ngconcepts.gif" ALT = "Related concepts" width = "143" height = "21" >
2007-06-06 13:56:32 +00:00
< br >
< a href = "../concepts/cdt_c_dbg_info.htm" > Debug information< / a > < / p >
2011-03-31 13:59:18 +00:00
< p > < img src = "../images/ngtasks.gif" ALT = "Related tasks" width = "143" height = "21" >
2003-11-28 21:50:02 +00:00
< br >
< a href = "../tasks/cdt_o_debug.htm" > Debugging< / a > < / p >
2011-03-31 13:59:18 +00:00
< p > < img src = "../images/ngref.gif" ALT = "Related reference" width = "143" height = "21" >
2003-11-28 21:50:02 +00:00
< br >
2010-05-01 22:01:24 +00:00
< a href = "cdt_o_views.htm" > C/C++ Views< / a > < / p >
2010-05-10 20:25:24 +00:00
< hr >
2010-05-01 22:01:24 +00:00
< p >
< img src = "../images/ng00_04a.gif" ALT = "IBM Copyright Statement" > < br >
< img src = "../images/nokiaCopyright.png" alt = "Nokia Copyright Statement" > < / p >
2012-09-19 17:16:24 -04:00
< / div > < / body >
2003-11-28 21:50:02 +00:00
< / html >