-
Notifications
You must be signed in to change notification settings - Fork 4
Debugger
REghZy edited this page Jul 22, 2025
·
3 revisions
Accessible in the Tools menu. The debugger allows, to some extent, debugging the console; viewing the current state of threads, registers, memory. Support for breakpoints and stepping will hopefully be coming soon once the XBDM inner workings are figured out.

Suspend/Resume work on the thread selected (on the left). Registers (on the right) automatically refresh when the selected thread changes, and also when you click them.
The memory viewer automatically refreshes periodically, and supports infinitely scrolling all the way from 0 to 0xFFFFFFFF. Enter a value into the text field in the panel header and press ENTER to go to an address
Functions like Step need to be figured out (Break on IAR + 4 maybe?).
-
Home
- Connect to a console
- Scanning Options
- Scan results & Saved Address Table
- Remote Commands
- Memory Dump
- Tools
- Preferences/App Settings
-
API
- Making a custom connection
- Busy Tokens
- Models, ViewStates, MVP & Binding
- Plugins
- Config Pages
- Brushes and Icons
- Data Manager, Context Data and Data Keys
- Commands and Shortcuts
- Context Menus
- Windows and Dialogs