Remote debugger for Nintendo DS games
Go to file
Benito Palacios Sánchez dfdf5ebdb1 Refactoring
2014-12-10 23:43:53 +01:00
.nuget Automatic NuGet restore on builds 2014-12-08 18:15:16 +01:00
DeSmuMEmod Included desmume modifications files 2014-12-07 11:04:40 +01:00
NitroDebugger Refactoring 2014-12-10 23:43:53 +01:00
NitroDebugger.UnitTests Refactoring 2014-12-10 23:43:53 +01:00
.gitignore Automatic NuGet restore on builds 2014-12-08 18:15:16 +01:00
.travis.yml Changed mono PPA 2014-12-08 19:22:23 +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 Added Gitter badge 2014-12-09 22:24:51 +00:00

NitroDebugger is a remote debugger for Nintendo DS games. Build Status

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.

![Gitter](https://badges.gitter.im/Join Chat.svg)