Date: Wed, 11 May 94 23:09:40 -0400 From: dj AT ctron DOT com (DJ Delorie) To: acmq AT alpha DOT coe DOT ufrj DOT br Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Debugging problems > It was listing the header and declarations of a function while displaying the > code for a for loop inside another function. Did you use -O? That sometimes causes strange resequencing. > I was using edebug32. When shall I use ed32-dpm? go32 will tell you if you're using the wrong one. ed32-dpmi.c is for DPMI environments.