Date: Wed, 11 May 94 08:16:02 EST From: acmq AT alpha DOT coe DOT ufrj DOT br (Antonio Carlos Moreirao de Queiroz) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Debugging problems Hi, When trying to use the debugger, I noticed that it was listing the wrong lines along with the assembly code at some parts of a program. The program I was debugging was generated with a command like: gcc -g prog1.c prog2.c prog3.c -l.... -o prog It was listing the header and declarations of a function while displaying the code for a for loop inside another function. I was using edebug32. When shall I use ed32-dpm? Some suggestion? Antonio Carlos M. de Queiroz