Debugger - AngryCarrot789/MemoryEngine360 GitHub Wiki
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?).