gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

Beginners > GDB (Insight debugger) w/ Visual HAM Setup

#45101 - AkumaATR - Tue Jun 07, 2005 6:16 pm

Is there any setup required for debugging after installing Visual HAM? When I run Execute Target->Build + VBA (with a ROM that works fine using Execute Target->Build/Run in VBA) Visual Boy Advance gets launched, appears to hang for a moment, Visual HAM crashes, and then the GDB window comes up. If I need to do some sort of remote debugging (via loopback IP or something), does anyone know of a good reference? I didn't find anything via Google on the matter.

Thanks,

Jason

#45103 - AkumaATR - Tue Jun 07, 2005 6:17 pm

Sorry for posting this in the wrong forum (I realize now I should have posted it in "Beginners").

Jason

#45120 - tepples - Tue Jun 07, 2005 7:54 pm

No problem.

tepples pushes the "History Rewriter" button
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.

#47545 - Peter - Sun Jul 10, 2005 6:40 pm

Hi,

if it doesn't directly work out of VisualHAM, just click "External Tools | Command Prompt" and type:
Code:

make gdb


Hope it helps