mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 23:05:47 +02:00
[276570] - [doc] Add user documentation for Debug view breadcrumb.
This commit is contained in:
parent
3a777e1510
commit
da854927c4
3 changed files with 31 additions and 0 deletions
BIN
doc/org.eclipse.cdt.doc.user/images/view_debug_breadcrumb.png
Normal file
BIN
doc/org.eclipse.cdt.doc.user/images/view_debug_breadcrumb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
|
@ -0,0 +1,29 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Language" content="en-us">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Debug Breadcrumb</title>
|
||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1> Debug Breadcrumb </h1>
|
||||
<p> Debug Breadcrumb is a compact presentation of the currently active debug context and its parents. </p>
|
||||
<p> <img src="../images/view_debug_breadcrumb.png" alt="Debug Breadcrumb"> </p>
|
||||
<p> To enable the Debug Breadcrumb, change the <a href="cdt_u_dbg_view.htm"><strong>Debug View</strong></a> layout to Breadcrumb (Select <strong>Layout->Breadcrumb</strong> in the Debug View menu). Alternatively, resize the Debug View such that the height of the view is small enough to fit only one line of text. This will cause the view to change over to the Breadcrumb layout automatically. </p>
|
||||
<p> The Debug Breadcrumb allows to invoke actions on any element shown in the breadcrumb. Actions can be invoked through the context menu or through key bindings. To select an element in the breadcrumb click on it or activate the Debug view and use the <strong>left</strong> and <strong>right</strong> arrow keys.
|
||||
<p> You can also change the active debug context using the breadcrumb. Click on one of the arrows or any element top open a drop-down window. The drop-down shows all the siblings of the element for which the drop-down was opened. Click on an element to make it the new active debug context. To open the drop-down with the keyboard, select and element and press the <strong>down</strong> key.
|
||||
|
||||
<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>
|
||||
<a href="../concepts/cdt_c_dbg_info.htm">Debug information</a></p>
|
||||
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
|
||||
<br>
|
||||
<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">
|
||||
<br>
|
||||
<a href="cdt_u_dbg_view.htm">Debug View</a></p>
|
||||
</body>
|
||||
</html>
|
|
@ -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>
|
||||
|
@ -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" >
|
||||
|
|
Loading…
Add table
Reference in a new issue