In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
9 bytes removed ,  14:22, 29 August 2008
Line 1: Line 1:  
==Remote Debugging with GDB==
 
==Remote Debugging with GDB==
[[devkitPro]] provides gdb, the gnu debugger, which has been configured to allow remote debugging over the [[USBGecko|USB Gecko]].  You compile a stub of code into your wii program and run the debugger on your pc.  Firstly include the code which establishes the connection:
+
[[devkitPro]] provides gdb, the gnu debugger, which has been configured to allow remote debugging over the [[USB Gecko]].  You compile a stub of code into your wii program and run the debugger on your pc.  Firstly include the code which establishes the connection:
    
     #include <debug.h>
 
     #include <debug.h>
792

edits

Navigation menu