GDB Support?
Using the latest SVN build I could find (1097) as well as a few other older builds I am unable to connect to a remote GDB Debugger. I receive the error "ACK not recieved from GDB." whenever I attempt to connect. My exact same setup works when attempting to do GDB Debugging with DeSmuME. Windows 7 x64, no firewall of any kind, using IDA's debugging feature.
Â
I'm no expert with GDB but it looks like to me the VBA-M source code wants the debugger to send the character '+' first which apparently my debugger isn't doing.
Â
Is there anything I can do to get this working or am I stuck for now looking at game's code without debugging and using the built in disassembler when I need to?
Â
On an unrelated note I noticed it's not possible to link with Dolphin to do anything Pokemon related. Is this a bug on Dolphin's end or VBA-M's end or does no one know?