1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-09 09:15:38 +02:00

Bug 310371 - Revised Debug view

This commit is contained in:
L. Frank Turovich 2010-05-03 02:03:26 +00:00
parent 88b632405d
commit 8d317aa50a
3 changed files with 27 additions and 50 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View file

@ -234,6 +234,7 @@
<p><img src="../images/ngref.gif" ALT="Related references" width="143" height="21"> <p><img src="../images/ngref.gif" ALT="Related references" width="143" height="21">
<br><a href="../reference/cdt_u_project_explorer_view.htm">Project Explorer view</a></p> <br><a href="../reference/cdt_u_project_explorer_view.htm">Project Explorer view</a></p>
<br><a href="../reference/cdt_o_views.htm">C/C++ Views</a></p>
<hr /> <hr />
<p> <p>
<img img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement"> <br> <img img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement"> <br>

View file

@ -3,18 +3,17 @@
<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <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"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Debug view</title> <title>Debug view</title>
<link rel="stylesheet" type="text/css" href="../help.css"> <link rel="stylesheet" type="text/css" href="../help.css">
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
</head> </head>
<body> <body>
<h1>Debug view</h1> <h1>Debug view</h1>
<p>The <strong>Debug</strong> view shows the target debugging information in a tree hierarchy.</p> <p>The <img src="../images/command_link.png" border="0" alt="" /> <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.debug.ui.DebugView)")'>Debug</a> view shows the target debugging information in a tree hierarchy.</p>
<p><img src="../images/view_debug.png" width="529" height="252" alt="Debug view" ></p> <p><img src="../images/view_debug.png" width="529" height="252" alt="Debug view" ></p>
<p>The number beside the thread label is a reference counter, not a <p>The number beside the thread label is a reference counter, not a
thread identification number (TID).</p> thread identification number (TID).</p>
@ -23,7 +22,7 @@ thread identification number (TID).</p>
hit, and signal received). When a program exits, the exit hit, and signal received). When a program exits, the exit
code is displayed.</p> code is displayed.</p>
<p>The icons that appear in the Debug view include:</p> <p>The icons that appear in the Debug view include:</p>
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#999999" width="600"> <table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#DDDDDD" width="600">
<tr> <tr>
<th width="76" valign="top"><center> <th width="76" valign="top"><center>
Icons Icons
@ -66,7 +65,10 @@ also control the debug session. You can perform actions such as terminating the
session and stopping the program by using the debug launch controls available session and stopping the program by using the debug launch controls available
from Debug view.</p> from Debug view.</p>
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#999999" width="600"> <h3>Debug view toolbar options</h3>
<p>The table below lists the toolbar options displayed in the Debug view.</p>
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#DDDDDD" width="600">
<tr> <tr>
<th width="45" align="left"><center> <th width="45" align="left"><center>
Icons Icons
@ -81,6 +83,11 @@ from Debug view.</p>
<td align="left" valign="top"><strong>Remove All Terminated Launches </strong></td> <td align="left" valign="top"><strong>Remove All Terminated Launches </strong></td>
<td align="left" valign="top">Clears all terminated processes in Debug view</td> <td align="left" valign="top">Clears all terminated processes in Debug view</td>
</tr> </tr>
<tr>
<td align="left" valign="top"> <center>&nbsp; </center> </td>
<td align="left" valign="top"><strong>Connect to a Process</strong></td>
<td align="left" valign="top">Enables the selection of a running process to debug.</td>
</tr>
<tr> <tr>
<td align="left" valign="top"> <center> <td align="left" valign="top"> <center>
<img src="../images/icon_db_restart.png" width="20" height="18" alt="Restart icon"> <img src="../images/icon_db_restart.png" width="20" height="18" alt="Restart icon">
@ -174,9 +181,9 @@ debugging attached processes).</td>
</table> </table>
<h3>Debug view context menu commands </h3> <h3>Debug view context menu commands </h3>
<p>The Debug view context menu commands include:</p> <p>The Debug view context menu commands include:</p>
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#999999" width="600">
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#DDDDDD" width="600">
<tr> <tr>
<td align="center"><strong>Icons</strong></td> <td align="center"><strong>Icons</strong></td>
<td align="center"><strong>Name</strong></td> <td align="center"><strong>Name</strong></td>
@ -202,13 +209,6 @@ debugging attached processes).</td>
<td><strong>Drop To Frame </strong></td> <td><strong>Drop To Frame </strong></td>
<td>Select the Drop to Frame command to re-enter the selected stack frame in the Debug view.</td> <td>Select the Drop to Frame command to re-enter the selected stack frame in the Debug view.</td>
</tr> </tr>
<tr>
<td align="left" valign="top"> <center>
<img src="../images/icon_db_restart.png" width="20" height="18" alt="Restart icon">
</center> </td>
<td align="left" valign="top"><strong>Restart</strong></td>
<td align="left" valign="top">Starts a new debug session for the selected process</td>
</tr>
<tr> <tr>
<td align="left" valign="top"> <center> <td align="left" valign="top"> <center>
<img src="../images/icon_db_stepinto.png" width="18" height="14" alt="Step Into icon"> <img src="../images/icon_db_stepinto.png" width="18" height="14" alt="Step Into icon">
@ -294,32 +294,6 @@ debugging attached processes).</td>
<td align="left" valign="top"><strong>Remove All Terminated </strong></td> <td align="left" valign="top"><strong>Remove All Terminated </strong></td>
<td align="left" valign="top">Clears all terminated processes in Debug view</td> <td align="left" valign="top">Clears all terminated processes in Debug view</td>
</tr> </tr>
<tr>
<td align="left"><center>
<img src="../images/icon_db_relaunch.png" width="21" height="19" alt="Relaunch icon">
</center> </td>
<td><strong>Relaunch</strong></td>
<td>This command relaunches the selected debug target. </td>
</tr>
<tr>
<td align="left"><center>
</center> </td>
<td><strong>Edit...</strong></td>
<td>Opens the launch configuration dialog, allowing you to make changes. </td>
</tr>
<tr>
<td align="left"><center>
<img src="../images/icon_db_edit_src_lookup.png" width="20" height="18" alt="Edit Source Lookup icon">
</center> </td>
<td><strong>Edit Source Lookup... </strong></td>
<td valign="top">Opens the source lookup dialog, allowing you to make changes. </td>
</tr>
<tr>
<td align="left"><center>
</center> </td>
<td><strong>Lookup Source </strong></td>
<td>Select to force a source lookup to take place. </td>
</tr>
<tr> <tr>
<td align="left"><center> <td align="left"><center>
<img src="../images/icon_db_terminate_remove.png" width="19" height="17" alt="Terminate and Remove icon"> <img src="../images/icon_db_terminate_remove.png" width="19" height="17" alt="Terminate and Remove icon">
@ -331,8 +305,8 @@ debugging attached processes).</td>
<td align="left"><center> <td align="left"><center>
<img src="../images/icon_db_terminate_all2.png" width="19" height="18" alt="Terminate all icon"> <img src="../images/icon_db_terminate_all2.png" width="19" height="18" alt="Terminate all icon">
</center> </td> </center> </td>
<td><strong>Terminate All </strong></td> <td><strong>Terminate/Disconnect All </strong></td>
<td>Terminates all active launches in the view. </td> <td>Terminates or disconnects all active launches in the view. </td>
</tr> </tr>
<tr> <tr>
<td align="left"><center> <td align="left"><center>
@ -351,9 +325,11 @@ debugging attached processes).</td>
<a href="../tasks/cdt_o_debug.htm">Debugging</a></p> <a href="../tasks/cdt_o_debug.htm">Debugging</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p> <a href="cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a><br />
<a href="cdt_u_dbg_breadcrumb.htm">Debug Breadcrumb</a></p> <a href="cdt_u_dbg_breadcrumb.htm">Debug Breadcrumb</a><br />
<a href="../reference/cdt_o_views.htm">C/C++ Views</a></p>
<hr />
<img src="../images/nokiaCopyright.png" alt="Nokia Copyright Statement"><br> <img src="../images/nokiaCopyright.png" alt="Nokia Copyright Statement"><br>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > <img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >