Changes

155 bytes added ,  17:09, 4 October 2008
Line 70: Line 70:     
This should work even if you don't have a USB gecko, as it is only using the symbol information stored in the .elf file.
 
This should work even if you don't have a USB gecko, as it is only using the symbol information stored in the .elf file.
 +
 +
On OSX, enter the gdb command line like this:
 +
 +
powerpc-gekko-gdb your_game.elf
 +
 +
You will get a (gdb) prompt where you can type:
 +
 +
  info line *0x800084ac
    
===Alternative Method===
 
===Alternative Method===
1

edit