Remote debugger for Nintendo DS games
Go to file
2014-12-08 15:39:18 +01:00
DeSmuMEmod Included desmume modifications files 2014-12-07 11:04:40 +01:00
NitroDebugger Max attempts for receive messages too 2014-12-08 15:39:18 +01:00
NitroDebugger.UnitTests Max attempts for receive messages too 2014-12-08 15:39:18 +01:00
.gitignore Implemented RspMessage 2014-03-21 21:50:38 +01:00
LICENCE Added licence file 2014-03-23 14:07:19 +01:00
NitroDebugger.sln Created unit test project 2014-12-07 15:48:47 +01:00
README.md Create README.md 2014-12-07 11:13:53 +01:00

NitroDebugger is a remote debugger for Nintendo DS games. By using GDB Remote Stub from DeSmuME it will allow to pause, continue, set breakpoints, view RAM memory, change in runtime code and many other features.

At the moment, it require some patches to be applied to DeSmuME, the files to change are under DeSmuMEmod folder.

It's been developped under Fedora 20, mono 3.10.1 and monodevelop 5.7.

  • To compile in Linux either open the solution file in monodevelop or run xbuild NitroDebugger.sln.
  • To compile in Windows either open the solution file in Visual Studio or run msbuild NitroDebugger.sln.