Go to file
2018-09-25 11:15:18 +02:00
src Fix bug that made debugger thread hang after reconnecting twice 2018-09-25 09:31:19 +02:00
build.py Add files 2018-09-24 10:43:20 +02:00
disassemble.py Fix incorrect sign in disassembly 2018-09-25 08:44:36 +02:00
LICENSE Initial commit 2018-09-24 10:35:35 +02:00
main.py Fix bug that made debugger thread hang after reconnecting twice 2018-09-25 09:31:19 +02:00
README.md Fix typo in readme 2018-09-25 11:15:18 +02:00

Wii-U-Debugger

This is a rewrite of DiiBugger for the homebrew launcher.

In addition to homebrew launcher compatibility, it has received various improvements, most notably:

  • Better breakpoint support. The old debugger assumed only one thread was active at once. It wouldn't work correctly or crash when two threads hit a breakpoint at the same time. The new implementation allows multiple threads to be paused at the same time and lets you step through them independently.
  • A tab to display the loaded modules
  • A bunch of bug fixes and improved reliability

File replacement support has been removed for now, because it could be unstable sometimes.

Screenshots