Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/tasks/cdt_t_disassembly.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/tasks/cdt_t_disassembly.htm4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_disassembly.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_disassembly.htm
index b59523c6e04..13ad590717f 100644
--- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_disassembly.htm
+++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_disassembly.htm
@@ -14,13 +14,13 @@
<h1>Stepping into disassembled code</h1>
-<p>The <a href="../images/cdt_u_dissassembly_view.htm">Disassembly</a> view lets you examine your program as it steps into
+<p>The <a href="../reference/cdt_u_dissassembly_view.htm">Disassembly</a> view lets you examine your program as it steps into
disassembled code. This is useful when the instruction pointer enters a function for which it does not have the source.
To open the Disassembly view select <strong>Window &gt; Show View &gt;
Disassembly</strong> menu.</p>
<p>To activate the instruction step mode check the <strong>Instruction Stepping Mode</strong> option (<img src="../images/icon_db_step_mode.png" width="19" height="14" valign="middle" alt="Instruction Stepping Mode icon">)
-on the <a href="../images/cdt_u_dbg_view.htm">Debug</a> view toolbar. The Debugger switches to the instruction stepping mode automatically
+on the <a href="../reference/cdt_u_dbg_view.htm">Debug</a> view toolbar. The Debugger switches to the instruction stepping mode automatically
when the <strong>Disassembly</strong> view has focus.</p>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">

Back to the top