Message-ID: <3237DB40.D6@magna.com.au> Date: Thu, 12 Sep 1996 20:43:28 +1100 From: Martin MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp To: djgpp AT delorie DOT com Subject: Debugging graphics programs. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Gidday, I am currently attempting to write a game using DJGPP and I am having greif getting the GDB debugger working properly over a serial link. I am experiencing lockups on the target system(the system with the game running) and sometimes the game crashes. I beleive this is caused by the debugger since I disconnect the serial link and the crash does not occur. If this is a limitation with GDB would FSDB be a better option and if so where do I find some doco on how to get it up and running for this kind of debugging/testing??? Any help would be greatly appreciated. Thanks, Martin......