More actions
No edit summary |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox | {{Infobox 3DS Homebrews | ||
| title = NTRClient | |title=NTRClient | ||
| | |image=3dspc.png | ||
| | |description=the NTR Debugger. | ||
| lastupdated = 2016/04/04 | |author=Nanquitas | ||
| | |lastupdated=2016/04/04 | ||
| | |type=PC Utilities | ||
| | |version=2016 | ||
| | |license=GPL-2.0 | ||
| source = https://github.com/Nanquitas/NTRClient | |download=https://dlhb.gamebrew.org/3dshomebrews/ntrclient.zip | ||
|website=https://github.com/Nanquitas/NTRClient | |||
|source=https://github.com/Nanquitas/NTRClient | |||
}} | }} | ||
The NTR Debugger. Fork of [https://github.com/44670/NTRClient NTRClient]. | |||
== | ==Features== | ||
* Debugging on wifi - Connect your N3DS to local network, and enjoy debugging on computers. | |||
* Breakpoints (code breakpoints and one-shot code breakpoints), which is a typical feature for regular debuggers. | |||
* Memory viewing/editing. | |||
* Process management - List processes, view thread list and stacks, and attach to process. | |||
[[ | ==User guide== | ||
===Dependencies=== | |||
* [http://ironpython.net IronPython.] | |||
Please see the [https://gbatemp.net/threads/release-ntr-debugger-2-with-source-the-first-public-real-time-debugger-for-n3ds.384858/ discussion thread]. | |||
==External links== | |||
* GitHub - https://github.com/Nanquitas/NTRClient | |||
* GBAtemp - https://gbatemp.net/threads/release-ntr-debugger-2-with-source-the-first-public-real-time-debugger-for-n3ds.384858 |
Latest revision as of 11:27, 22 Haziran 2024
NTRClient | |
---|---|
General | |
Author | Nanquitas |
Type | PC Utilities |
Version | 2016 |
License | GPL-2.0 |
Last Updated | 2016/04/04 |
Links | |
Download | |
Website | |
Source | |
The NTR Debugger. Fork of NTRClient.
Features
- Debugging on wifi - Connect your N3DS to local network, and enjoy debugging on computers.
- Breakpoints (code breakpoints and one-shot code breakpoints), which is a typical feature for regular debuggers.
- Memory viewing/editing.
- Process management - List processes, view thread list and stacks, and attach to process.
User guide
Dependencies
Please see the discussion thread.