Date: Mon, 19 Oct 1998 10:17:25 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Ilya Ryzhenkov cc: djgpp AT delorie DOT com Subject: Re: Can't debug (also note for Robert) In-Reply-To: <362A4C04.20050360@inetlab.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Mon, 19 Oct 1998, Ilya Ryzhenkov wrote: > It might be optimized off the sight (e.g. cached in register or > something else). > Try compiling with no optimization and maximum debug info. Debugging an unoptimized program means you are debugging a very different code. I would suggest to try every trick available to debug the optimized program before giving up.