Thread with 4 posts
jump to expanded postthe GDB integration has to be one of my best time investments while developing touchHLE. it's just so useful. I can just, insert debug prints into apps to which I don't have the source code… dynamically
@hikari If your emulator was good enough it would run GDB natively
@saagar but then I'd need to debug the debugger!
@hikari Been there done that. ptrace(2) is an atrocious API and its clients are only slightly better