Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_view.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_view.htm74
1 files changed, 38 insertions, 36 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_view.htm
index 2e4e2972a6e..e0d24858e0a 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_view.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_view.htm
@@ -33,7 +33,7 @@ thread identification number (TID).</p>
</tr>
<tr>
<td width="76" valign="top"><center>
- <img src="../images/icon_db_launch_instance.png" width="19" height="16">
+ <img src="../images/icon_db_launch_instance.png" width="19" height="16" alt="Launch instance icon">
</center> </td>
<td width="169" valign="top">Launch instance </td>
<td width="317" valign="top">Launch configuration name and launch type </td>
@@ -41,7 +41,7 @@ thread identification number (TID).</p>
<tr>
<td width="76" valign="top"><center>
<img alt="Icon: Debugger" src="../images/icon_debugt_obj.gif" width="16" height="16">
- &nbsp;<img src="../images/icon_db_debug.png" width="16" height="17">
+ &nbsp;<img src="../images/icon_db_debug.png" width="16" height="17" alt="Debugger instance icon">
</center> </td>
<td width="169" valign="top">Debugger instance </td>
<td width="317" valign="top">Debugger name and state</td>
@@ -55,7 +55,7 @@ thread identification number (TID).</p>
</tr>
<tr>
<td width="76" valign="top"><center>
- <img src="../images/icon_db_stack_frame.png" width="16" height="15">
+ <img src="../images/icon_db_stack_frame.png" alt="Stack frame instance icon" width="16" height="15">
</center> </td>
<td width="169" valign="top">Stack frame instance </td>
<td width="317" valign="top">Stack frame number, function, file name, and file line number </td>
@@ -76,42 +76,42 @@ from Debug view.</p>
</tr>
<tr>
<td align="left" valign="top"> <center>
- <img src="../images/icon_db_terminate_all.png" width="21" height="20">
+ <img src="../images/icon_db_terminate_all.png" width="21" height="20" alt="Remove all Terminated launches icon">
</center> </td>
<td align="left" valign="top"><b>Remove All Terminated Launches </b></td>
<td align="left" valign="top">Clears all terminated processes in Debug view</td>
</tr>
<tr>
<td align="left" valign="top"> <center>
- <img src="../images/icon_db_restart.png" width="20" height="18">
+ <img src="../images/icon_db_restart.png" width="20" height="18" alt="Restart icon">
</center> </td>
<td align="left" valign="top"><b>Restart</b></td>
<td align="left" valign="top">Starts a new debug session for the selected process</td>
</tr>
<tr>
<td align="left" valign="top"><center>
- <img src="../images/icon_db_resume.png" width="19" height="14">
+ <img src="../images/icon_db_resume.png" width="19" height="14" alt="Resume icon">
</center> </td>
<td align="left" valign="top"><b>Resume</b></td>
<td align="left" valign="top">Select the Resume command to resume execution of the currently suspended debug target.</td>
</tr>
<tr>
<td align="left" valign="top"><center>
- <img src="../images/icon_db_suspend.png" width="17" height="17">
+ <img src="../images/icon_db_suspend.png" width="17" height="17" alt="Suspend icon">
</center> </td>
<td align="left" valign="top"><b>Suspend</b></td>
<td align="left" valign="top">Select the Suspend command to halt execution of the currently selected thread in a debug target.</td>
</tr>
<tr>
<td width="45" align="left" valign="top"> <center>
- <img src="../images/icon_db_terminate.png" width="17" height="15">
+ <img src="../images/icon_db_terminate.png" width="17" height="15" alt="Terminate icon">
</center> </td>
<td width="211" align="left" valign="top"><b>Terminate </b></td>
<td width="638" align="left" valign="top">Ends the selected debug session and/or process. The impact of this action depends on the type of the item selected in the Debug view.</td>
</tr>
<tr>
<td width="45" align="left" valign="top"> <center>
- <img border="0" src="../images/icon_disconnect.gif" width="16" height="16">
+ <img border="0" src="../images/icon_disconnect.gif" width="16" height="16" alt="Disconnect icon">
</center> </td>
<td width="211" align="left" valign="top"><b>Disconnect</b></td>
<td width="638" align="left" valign="top">Detaches the debugger from the selected process (useful for
@@ -119,42 +119,42 @@ debugging attached processes).</td>
</tr>
<tr>
<td align="left" valign="top"><center>
- <img src="../images/icon_db_stepinto.png" width="18" height="14">
+ <img src="../images/icon_db_stepinto.png" width="18" height="14" alt="Step Into icon">
</center> </td>
<td align="left" valign="top"><b>Step Into </b></td>
<td>Select to execute the current line, including any routines, and proceed to the next statement.</td>
</tr>
<tr>
<td align="left" valign="top"><center>
- <img src="../images/icon_db_stepover.png" width="19" height="14">
+ <img src="../images/icon_db_stepover.png" width="19" height="14" alt="Step Over icon">
</center> </td>
<td align="left" valign="top"><b>Step Over </b></td>
<td>Select to execute the current line, following execution inside a routine.</td>
</tr>
<tr>
<td align="left" valign="top"><center>
- <img src="../images/icon_db_stepreturn.png" width="17" height="14">
+ <img src="../images/icon_db_stepreturn.png" width="17" height="14" alt="Step Return icon">
</center> </td>
<td align="left" valign="top"><b>Step Return </b></td>
<td>Select to continue execution to the end of the current routine, then follow execution to the routine&rsquo;s caller.</td>
</tr>
<tr>
<td align="left" valign="top"><center>
- <img src="../images/icon_db_drop_to_frame.png" width="18" height="17">
+ <img src="../images/icon_db_drop_to_frame.png" width="18" height="17" alt="Drop to Frame icon">
</center> </td>
<td align="left" valign="top"><b>Drop to Frame </b></td>
<td align="left" valign="top">Select the Drop to Frame command to re-enter the selected stack frame in the Debug view.</td>
</tr>
<tr>
<td align="left" valign="top"><center>
- <img src="../images/icon_db_step_mode.png" width="19" height="14">
+ <img src="../images/icon_db_step_mode.png" width="19" height="14" alt="Instruction Stepping Mode icon">
</center> </td>
<td align="left" valign="top"><b>Instruction Stepping Mode </b></td>
<td align="left" valign="top">Activate to enable instruction stepping mode to examine a program as it steps into disassembled code. </td>
</tr>
<tr>
<td align="left" valign="top"><center>
- <img src="../images/icon_db_use_step_filters.png" width="18" height="17">
+ <img src="../images/icon_db_use_step_filters.png" width="18" height="17" alt="Use Step Filters icon">
</center> </td>
<td align="left" valign="top"><b>Use Step Filters </b></td>
<td align="left" valign="top">Select the Use Step Filters command to change whether step filters should be used in the Debug view.</td>
@@ -165,6 +165,7 @@ debugging attached processes).</td>
<td align="left" valign="top"><b>Menu</b></td>
<td align="left" valign="top"><p>Use the Debug view menu to:</p>
<ul>
+ <li>change the layout of debug view (tree vs. breadcrumb)</li>
<li>alternate showing of full or no paths on source files</li>
<li>control how views are managed</li>
<li>activate or deactivate the child elements shown in the Debug view </li>
@@ -173,7 +174,7 @@ debugging attached processes).</td>
</table>
<h3>Debug view context menu commands </h3>
-<dl>
+
<p>The Debug view context menu commands include:</p>
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#999999" width="600">
<tr>
@@ -183,7 +184,7 @@ debugging attached processes).</td>
</tr>
<tr>
<td align="left"><center>
- <img src="../images/icon_db_copy_stack.png" width="20" height="19">
+ <img src="../images/icon_db_copy_stack.png" width="20" height="19" alt="Copy Stack icon">
</center> </td>
<td><b>Copy Stack </b></td>
<td>Copies the selected stack of suspended threads as well as the state of the running threads to the clipboard. </td>
@@ -196,91 +197,91 @@ debugging attached processes).</td>
</tr>
<tr>
<td align="left"><center>
- <img src="../images/icon_db_drop_to_frame.png" width="18" height="17">
+ <img src="../images/icon_db_drop_to_frame.png" width="18" height="17" alt="Drop to Frame icon">
</center> </td>
<td><b>Drop To Frame </b></td>
<td>Select the Drop to Frame command to re-enter the selected stack frame in the Debug view.</td>
</tr>
<tr>
<td align="left" valign="top"> <center>
- <img src="../images/icon_db_restart.png" width="20" height="18">
+ <img src="../images/icon_db_restart.png" width="20" height="18" alt="Restart icon">
</center> </td>
<td align="left" valign="top"><b>Restart</b></td>
<td align="left" valign="top">Starts a new debug session for the selected process</td>
</tr>
<tr>
<td align="left" valign="top"> <center>
- <img src="../images/icon_db_stepinto.png" width="18" height="14">
+ <img src="../images/icon_db_stepinto.png" width="18" height="14" alt="Step Into icon">
</center> </td>
<td align="left" valign="top"><b>Step Into </b></td>
<td>Select to execute the current line, including any routines, and proceed to the next statement.</td>
</tr>
<tr>
<td align="left" valign="top"> <center>
- <img src="../images/icon_db_stepover.png" width="19" height="14">
+ <img src="../images/icon_db_stepover.png" width="19" height="14" alt="Step Over icon">
</center> </td>
<td align="left" valign="top"><b>Step Over </b></td>
<td>Select to execute the current line, following execution inside a routine.</td>
</tr>
<tr>
<td align="left" valign="top"> <center>
- <img src="../images/icon_db_stepreturn.png" width="17" height="14">
+ <img src="../images/icon_db_stepreturn.png" width="17" height="14" alt="Step Return icon">
</center> </td>
<td align="left" valign="top"><b>Step Return </b></td>
<td>Select to continue execution to the end of the current routine, then follow execution to the routine&rsquo;s caller.</td>
</tr>
<tr>
<td align="left" valign="top"> <center>
- <img src="../images/icon_db_step_mode.png" width="19" height="14">
+ <img src="../images/icon_db_step_mode.png" width="19" height="14" alt="Instruction Stepping Mode icon">
</center> </td>
<td align="left" valign="top"><b>Instruction Stepping Mode </b></td>
<td align="left" valign="top">Activate to enable instruction stepping mode to examine a program as it steps into disassembled code. </td>
</tr>
<tr>
<td align="left" valign="top"> <center>
- <img src="../images/icon_db_use_step_filters.png" width="18" height="17">
+ <img src="../images/icon_db_use_step_filters.png" width="18" height="17" alt="Use Step Filters icon">
</center> </td>
<td align="left" valign="top"><b>Use Step Filters </b></td>
<td align="left" valign="top">Toggles step filters on/off. When on, all step functions apply step filters.</td>
</tr>
<tr>
<td align="left"><center>
- <img src="../images/icon_resume_signal.png" width="17" height="15">
+ <img src="../images/icon_resume_signal.png" width="17" height="15" alt="Resume without signal icon">
</center> </td>
<td><b>Resume Without Signal </b></td>
<td valign="top">Resume program execution after receiving the signal. </td>
</tr>
<tr>
<td align="left" valign="top"> <center>
- <img src="../images/icon_db_resume.png" width="19" height="14">
+ <img src="../images/icon_db_resume.png" width="19" height="14" alt="Resume icon">
</center> </td>
<td align="left" valign="top"><b>Resume</b></td>
<td align="left" valign="top">Select the Resume command to resume execution of the currently suspended debug target.</td>
</tr>
<tr>
<td align="left" valign="top"> <center>
- <img src="../images/icon_db_suspend.png" width="17" height="17">
+ <img src="../images/icon_db_suspend.png" width="17" height="17" alt="Suspend icon">
</center> </td>
<td align="left" valign="top"><b>Suspend</b></td>
<td align="left" valign="top">Select the Suspend command to halt execution of the currently selected thread in a debug target.</td>
</tr>
<tr>
<td align="left" valign="top"> <center>
- <img src="../images/icon_db_terminate.png" width="17" height="15">
+ <img src="../images/icon_db_terminate.png" width="17" height="15" alt="Terminate icon">
</center> </td>
<td align="left" valign="top"><b>Terminate </b></td>
<td align="left" valign="top">Ends the selected debug session and/or process. The impact of this action depends on the type of the item selected in the Debug view.</td>
</tr>
<tr>
<td align="left"><center>
- <img src="../images/icon_db_terminate_relaunch.png" width="19" height="17">
+ <img src="../images/icon_db_terminate_relaunch.png" width="19" height="17" alt="Terminate and Relaunch icon">
</center> </td>
<td><b>Terminate and Relaunch </b></td>
<td>Select the Terminate and Relaunch command to terminate the selected debug target and then relaunch it.</td>
</tr>
<tr>
<td align="left" valign="top"> <center>
- <img border="0" src="../images/icon_disconnect.gif" width="16" height="16">
+ <img border="0" src="../images/icon_disconnect.gif" width="16" height="16" alt="Disconnect icon">
</center> </td>
<td align="left" valign="top"><b>Disconnect</b></td>
<td align="left" valign="top">Detaches the debugger from the selected process (useful for
@@ -288,14 +289,14 @@ debugging attached processes).</td>
</tr>
<tr>
<td align="left" valign="top"> <center>
- <img src="../images/icon_db_terminate_all.png" width="21" height="20">
+ <img src="../images/icon_db_terminate_all.png" width="21" height="20" alt="Remote all Terminated icon">
</center> </td>
<td align="left" valign="top"><b>Remove All Terminated </b></td>
<td align="left" valign="top">Clears all terminated processes in Debug view</td>
</tr>
<tr>
<td align="left"><center>
- <img src="../images/icon_db_relaunch.png" width="21" height="19">
+ <img src="../images/icon_db_relaunch.png" width="21" height="19" alt="Relaunch icon">
</center> </td>
<td><b>Relaunch</b></td>
<td>This command relaunches the selected debug target. </td>
@@ -308,7 +309,7 @@ debugging attached processes).</td>
</tr>
<tr>
<td align="left"><center>
- <img src="../images/icon_db_edit_src_lookup.png" width="20" height="18">
+ <img src="../images/icon_db_edit_src_lookup.png" width="20" height="18" alt="Edit Source Lookup icon">
</center> </td>
<td><b>Edit Source Lookup... </b></td>
<td valign="top">Opens the source lookup dialog, allowing you to make changes. </td>
@@ -321,14 +322,14 @@ debugging attached processes).</td>
</tr>
<tr>
<td align="left"><center>
- <img src="../images/icon_db_terminate_remove.png" width="19" height="17">
+ <img src="../images/icon_db_terminate_remove.png" width="19" height="17" alt="Terminate and Remove icon">
</center> </td>
<td><b>Terminate and Remove </b></td>
<td>Terminates the selected debug target and removes it from the view. </td>
</tr>
<tr>
<td align="left"><center>
- <img src="../images/icon_db_terminate_all2.png" width="19" height="18">
+ <img src="../images/icon_db_terminate_all2.png" width="19" height="18" alt="Terminate all icon">
</center> </td>
<td><b>Terminate All </b></td>
<td>Terminates all active launches in the view. </td>
@@ -340,7 +341,7 @@ debugging attached processes).</td>
<td>Opens the <b>Properties for</b> window showing the process properties. </td>
</tr>
</table>
-</dl>
+
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br>
<a href="../concepts/cdt_c_over_dbg.htm">Debug overview</a><br>
@@ -351,6 +352,7 @@ debugging attached processes).</td>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br>
<a href="cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p>
+<a href="cdt_u_dbg_breadcrumb.htm">Debug Breadcrumb</a></p>
<img src="../images/nokia2007Copyright.png" alt="Nokia Copyright Statement"><br>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >

Back to the top