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 > VBA debugger output

#116354 - KayH - Wed Jan 24, 2007 6:37 pm

Hi,
I would like to "printf" some debug output into a file located on the hostsystem (e.g. windows) and not on the GBA display. Of course this is only valid for the emulator preferred the VBA.
Is there any easy way to do this?

Actually I display the debug output on the GBA display, but this slow down the program as I have to pause the program (to read the output online) for every output.

Any hint is welcome, thank you in advance!
KaY

#116365 - rodif - Wed Jan 24, 2007 8:59 pm

search for agbprint

#116412 - KayH - Thu Jan 25, 2007 12:20 pm

Thanks rodif!

It seems I was blind as a bat to find the right answer by myself. With your hint I was able to find two good answers:
http://forum.gbadev.org/viewtopic.php?t=11561
and
http://vba.ngemu.com/faq.shtml#cat12_5