gdbstub_plugin/README.md

19 lines
1.2 KiB
Markdown
Raw Normal View History

2018-09-24 10:35:35 +02:00
# Wii-U-Debugger
2018-09-25 11:14:28 +02:00
This is a rewrite of [DiiBugger](https://github.com/Kinnay/DiiBugger) for the homebrew launcher.
2018-09-25 11:15:18 +02:00
In addition to homebrew launcher compatibility, it has received various improvements, most notably:
2018-09-25 11:14:28 +02:00
* 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.
2018-09-25 09:58:18 +02:00
# Screenshots
<div style="float: left">
<img src="https://www.dropbox.com/s/a8dzm644hqc3clg/memory.png?raw=1" width="250"/>
<img src="https://www.dropbox.com/s/2m9wst0fbl59by0/disassembly.png?raw=1" width="250"/>
<img src="https://www.dropbox.com/s/xdoxzf8kafnm3al/threads.png?raw=1" width="250"/><br>
<img src="https://www.dropbox.com/s/jahakofophuv02j/modules.png?raw=1" width="250"/>
<img src="https://www.dropbox.com/s/shmpz7u58oxby75/exceptions.png?raw=1" width="250"/>
</div>