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 > Insight gdb debugging

#13550 - yaustar - Tue Dec 16, 2003 4:37 pm

Can someone post a really basic idiots guide to debugging with Insight. At the moment I can step through the program, but the emulator runs off by itself and I get stuck at Wait for VBlank().

Thanks
_________________
[Blog] [Portfolio]

#13551 - NoMis - Tue Dec 16, 2003 5:14 pm

i'm using eclipse with gdb and vba to debug. i experienced that i can't hold the programm if i don't have a breakpoint because i can't pause the debug process. maby this is the problem you have. try putting a breakpoint in your main loop.

NoMis

#13552 - yaustar - Tue Dec 16, 2003 5:46 pm

tried it, it autmatcially puts break points atthe beginning and end. the VBA just runs off in it's own world :/
_________________
[Blog] [Portfolio]