mirror of https://github.com/stella-emu/stella.git
debugger doc updated for rewind/unwind operations
This commit is contained in:
parent
e6c64627be
commit
e667b00718
|
@ -1212,19 +1212,24 @@ the RAM in the DPC scheme is not viewable by the 6507, so its addresses start fr
|
||||||
<br>
|
<br>
|
||||||
<h2>Global Buttons</h2>
|
<h2>Global Buttons</h2>
|
||||||
|
|
||||||
<p>There are also buttons on the right that always show up no matter which
|
<p>There are also buttons on the right top that always show up no matter which
|
||||||
tab you're looking at. These are always active. The larger button to the left
|
tab you're looking at. The larger button at the left top (labeled '<') performs
|
||||||
(labeled '<') performs the rewind operation, which will undo the previous
|
the rewind operation, which will undo the previous Step/Trace/Scan/Frame advance,
|
||||||
Step/Trace/Scan/Frame advance. The rewind buffer is currently 100 levels deep.
|
the smaller button at the left bottom (labeled '>') performs the unwind operation,
|
||||||
The others are Step, Trace, Scan+1, Frame+1 and Exit.</p>
|
which will undo the previous rewind operation.
|
||||||
|
|
||||||
|
The rewind buffer is 100 levels deep by default.</br></br>
|
||||||
|
|
||||||
|
The other operations are Step, Trace, Scan+1, Frame+1 and Exit.</p>
|
||||||
<p><img src="graphics/debugger_globalbuttons.png"></p>
|
<p><img src="graphics/debugger_globalbuttons.png"></p>
|
||||||
|
|
||||||
<p>When you use these buttons, the prompt doesn't change. This means the
|
<p>When you use these buttons, the prompt doesn't change. This means the
|
||||||
status lines with the registers and disassembly will be "stale". You
|
status lines with the registers and disassembly will be "stale". You
|
||||||
can update them just by re-running the relevant commands in the prompt.</p>
|
can update them just by re-running the relevant commands in the prompt.</p>
|
||||||
|
|
||||||
<p>You can also use the Step, Trace, Scan+1, Frame+1 and Rewind buttons from anywhere
|
<p>You can also use the Step, Trace, Scan+1, Frame+1, Rewind and Unwind buttons from
|
||||||
in the GUI via the keyboard, with Control-S, Control-T, Control-L, Control-F and Control-R.</p>
|
anywhere in the GUI via the keyboard, with Control-S, Control-T, Control-L, Control-F,
|
||||||
|
Control-R and Control-Shift-R.</p>
|
||||||
|
|
||||||
|
|
||||||
<!-- ///////////////////////////////////////////////////////////////////////// -->
|
<!-- ///////////////////////////////////////////////////////////////////////// -->
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 780 B After Width: | Height: | Size: 1.3 KiB |
Loading…
Reference in New Issue