From: fesenko AT pacific DOT net DOT sg (Victor) Newsgroups: comp.os.msdos.djgpp Subject: Re: Q: Is it possible to use GDB debugger with Allegro? Date: Thu, 09 Jan 1997 14:35:46 GMT Organization: A user of Pacific Internet Lines: 23 Message-ID: <5b2vmn$ddo@newton.pacific.net.sg> References: <59snma$qju AT newton DOT pacific DOT net DOT sg> <8PY8kpAdqByyEw3J AT talula DOT demon DOT co DOT uk> <5aqds7$sok AT newton DOT pacific DOT net DOT sg> <32D4EA33 DOT 306E AT Mathematik DOT tu-chemnitz DOT de> NNTP-Posting-Host: max83ppp47.pacific.net.sg To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Robert Hoehne wrote: >FVR wrote: >> >> I found my mistake already - I was using a.exe instead of a.out (I >> thought a new version of GDB could handle .exe files ;-)) >What's wrong with gdb 4.16 from DJGPP 2.01? It CAN handle exe-files. >Or do you using gdb 4.12 from DJGPP 2.00?? >Robert >-- I'm using gdb 4.16, but with the Allegro you have just one breakpoint, the program can't continue after this (due to some incompatibility of gdb with Allegro's timers and keyboard handler). So after my program died completely I decided it couldn't handle .exe files. But it was a problem of incorrectly set breakpoint. So now I see it can handle .exe files, only the breakpoint has to be set very carefully ;-) Victor Fesenko fesenko AT pacific DOT net DOT sg