Date: Thu, 17 Jun 1993 11:14:06 +0200 From: ldw AT barco DOT be (Leo De Wael) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: question about debug32 from djgpp beginner Cc: ldwe AT barco DOT be Hello, I am a new user of the DJGPP tools. I use them as part of the DesqView/X development environment. I have been looking for some time in the directories but I don't find any information about using the debugger. I tried then as on Unix machines with the following commands gcc -c -g test.c gcc -o test test.o aout2exe test debug32 test.exe But when I then ask a listing, I only see assembler code. What did I wrong ? Where to find more information about debug32. Leo.