ROM Hack Good debugger for reverse engineering?

  • Thread starter Thread starter Yacker
  • Start date Start date
  • Views Views 1,931
  • Replies Replies 1

Yacker

Well-Known Member
Member
Joined
Apr 3, 2013
Messages
182
Reaction score
131
Trophies
1
XP
1,575
Country
United States
I've been trying to use no$gba, but it's an awful experience. It's unironically ignoring breakpoints. I can't do anything with the damn thing if its basic functionality doesn't work. (And yes, I can verify it's ignoring break points because some DO work, and then in there I can look at the link register and stack to determine execution...)
Basically, this is a plea for help. Please, is there a better way to debug a DS game? I've heard desmume can be used with the gdb stub version, but I can't for the life of me find a build with it for windows, nor how to compile it with it on windows.
 
I don't know of other debuggers myself.

What sorts of breakpoints aren't working? There are some bugs and/or things where it needs to be in a certain state for breakpoints to work. If it helps, try pausing execution after an overlay change but prior to the point the breakpoint should trigger. Alternately, try using a different type of breakpoint (e.g. register value vs. memory location value vs. memory location read/write vs. instruction execution).
 

Site & Scene News

Popular threads in this forum