From: GiovanniB Newsgroups: comp.os.msdos.djgpp Subject: Allegro question Date: Fri, 7 May 1999 09:07:28 +0200 Organization: Universita' di Pisa Lines: 6 Message-ID: NNTP-Posting-Host: studenti.ing.unipi.it Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have done a simple program using Allegro library. In this program I have used some Allegro functions (keypressed(), readkey()...), but when i try to debug my program the debugger (gdb) do not work (if I hit a key the program do not respond). Why ?