Alt-F5-Srce |
Changes source file to view. |
F6-Skip |
Steps CS:EIP over the current instruction without executing it. |
Alt-F6-Ret |
Executes program until call return. This command only works with calls that have been F7 traced into. |
F7-Trace |
Executes the next instruction only. |
Alt-F7-Into |
Trace into an interrupt (INT) instruction. |
F8-Step |
Executes instructions until the next instruction is reached. |
Alt-F8-View |
Loads an ASCII file into a window for viewing. |
F9-Run |
Starts normal execution which continues until either the program terminates or a breakpoint condition is satisfied. |
Alt-F9-Res |
Creates a resource information file called CWD.ERR and loads it for viewing. This file is the same format as CW.ERR, described in Appendix B. |
F10-Flip |
Toggles the display flipping method between fast (default) and complete (slow). Use complete mode when debugging applications that change the screen mode. |
Alt-F10-Rest |
Restart application and restore CWD to initial loaded state. Use this to do another debug pass on an application that has terminated or to otherwise restart and application to its original load condition. |
+ |
When current display position is on a breakpoint, this increments the breakpoint's trigger count. The countdown value display in brackets will be updated with each keypress. |
- |
When current display position is on a breakpoint, this decrements the breakpoint's trigger count. The countdown value display in brackets will be updated with each keypress. |
Alt-X |
Exit to DOS. |