Due to the amount of information available, the debugger now features "windows". You can switch to the full screen console to read the help, or to the data window to view memory.
Command |
Effect |
WIN CONSOLE |
Switch to the full screen console. Scrolling keys work. |
CONSOLE |
Alias |
WIN CODE |
Switch to the disassembly window. |
CODE |
Alias |
WIN DATA |
Switch to the Data window to view memory. Most scrolling keys work. |
DATA |
Alias |
Key operations related to the debugger window:
Key |
Name |
Effect |
^à |
Ctrl-Tab |
Cycle to next Window. |
^ñà |
Ctrl-Shift-Tab |
Cycle to prev. Window |
^PrtScr |
Ctrl-PrintScreen |
Copy debugger disassembly window (CODE or DATA) to the clipboard. Note: It does NOT copy the console window. |