From: skachman AT unlinfo DOT unl DOT edu (stephen kachman) Subject: Source listings and debuggers To: djgpp AT sun DOT soe DOT clarkson DOT edu Date: Thu, 7 Apr 1994 14:59:26 -0500 (CDT) Is it possible to get the source code listings along with the assembler listings? What I have tried is gcc -g -o test test.c go32 -d gdb test go32 -d fsdb test go32 -d edebug32 test without much success. Any suggestions/pointers would be greatly appreciated. Thanks, Steve Kachman