Date: Sat, 4 Oct 1997 14:04:42 -0400 From: Chris Croughton <100014 DOT 3217 AT compuserve DOT com> Subject: Re: Bad debugging stuff Sender: Chris Croughton <100014 DOT 3217 AT compuserve DOT com> To: BlindCopyReceiver:;;;@compuserve.com; Message-ID: <199710041409_MC2-22CC-E50C@compuserve.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk I wrote earlier about bad debugging for class functions in header files. Having looked at the assembler code, the thing which is missing from the DJGPP generated code is the .file "xxx.h" line - this is generated fine by the Linux and DEC Alpha versions, so it looks like something got deleted or suppressed in the DJGPP one. Hope that helps. Chris C (Please ignore the address on this message - reply to crough45 AT amc DOT de)