Keys reference
General
- F1
- Help
- F10
- Main Menu
- Alt+X
- Exit XD or return to batch mode
- /
- Switch to debuggee session
- \
- Switch between dialog and batch mode screens
Window management
- Ctrl+F4
- Close active window
- Ctrl+Tab
- Activate next window
- Ctrl+T
- Activate Program window
- Ctrl+R
- Activate Registers window
- Ctrl+B
- Activate Breaks window
- Ctrl+M
- Activale Module List window
- Ctrl+L
- Activate Procedure List window
- Ctrl+V
- Activate Global variables window
- Ctrl+D
- Open a new Memory Dump window
- Ctrl+W
- Enter window move/resize mode (see below)
In the window move/resize mode, arrow keys move window, Ctrl+arrow keys change its size. Enter or Ctrl+W exits the mode.
Program window
- Up/Down
- move the user cursor one line up/down
- Left/Right
- scroll window left/right
- PgUp/PgDn
- move the user cursor one page up/down
- Ctrl+PgUp/PgDn
- move the user cursor to the top/bottom of window contents
- Ctrl+Home/End
- move the user cursor to the top/bottom of window
- Home/End
- show current line beginning/end
- Ctrl+Up/Down
- move the user cursor to previous/next procedure
- Ctrl+H
- move the user cursor to the execution cursor position
- Ctrl+G
- move the user cursor to a line with a certain number
- Ctrl+F
- find text
- Ctrl+N
- find next
- Alt+1
- switch to source view
- Alt+2
- switch to disassembly view
- Alt+3
- switch to mixed (source+disassembly) view
Information windows
- Up/Down
- move cursor one line up/down
- PgUp/PgDn
- move cursor one window up/down
- Ctrl+PgUp/PgDn
- move cursor to the top/bottom of window contents
- Ctrl+Home/End
- move cursor to the top/bottom of window
Breaks
- Ins
- Add conditional break
- Del
- Remove breakpoint
- F8
- Set breakpoint
- F9
- Set sticky breakpoint
- Ctrl+F8
- Set delayed breakpoint
- Ctrl+F9
- Set delayed sticky breakpoint
- Alt+F9
- Set expression breakpoint
- .
- Set counter
- Plus
- Enable breakpoint
- Minus
- Disable breakpoint
Execution
- F5
- Run
- Ctrl+F5
- Trace execution
- Esc
- Interrupt execution (in trace mode)
- F4
- Run to cursor
- F7
- Step into
- Ctrl+F7
- Step over
- Ctrl+F6
- Step out from current procedure
Watches
- Ctrl+Ins
- Add watch expression
- Del
- Remove watch
Function keys
- F1
- Help
- F3
- Load program
- F4
- Run to location
- F5
- Run
- F8
- Set breakpoint
- F7
- Step into
- F9
- Set sticky breakpoint
- F10
- Activate Main Menu