mirror of
https://github.com/wiiu-env/gdbstub_plugin.git
synced 2024-11-17 17:49:15 +01:00
Fix typo in readme
This commit is contained in:
parent
cfc817066c
commit
44aa519c32
@ -1,7 +1,7 @@
|
|||||||
# Wii-U-Debugger
|
# Wii-U-Debugger
|
||||||
This is a rewrite of [DiiBugger](https://github.com/Kinnay/DiiBugger) for the homebrew launcher.
|
This is a rewrite of [DiiBugger](https://github.com/Kinnay/DiiBugger) for the homebrew launcher.
|
||||||
|
|
||||||
In addition to homebrew launcer compatibility, it has received various improvements, most notably:
|
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.
|
* 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 tab to display the loaded modules
|
||||||
* A bunch of bug fixes and improved reliability
|
* A bunch of bug fixes and improved reliability
|
||||||
|
Loading…
Reference in New Issue
Block a user