Date: Wed, 22 Oct 1997 13:13:33 +0200 (MET DST) From: Robert Hoehne To: Peter Scargill cc: djgpp AT delorie DOT com Subject: Re: RHIDE DEBUGGING - Newbie question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 21 Oct 1997, Peter Scargill wrote: > This may WELL be a silly question, but, in my C++ program, wherever I try > to put a breakpoint, the editor says there is no code there. What have I > missed? Either you haven't compiled your files with debugging information (but this is normally the default in RHIDE) or due to optimization of the compiler for the line is really no code generated. In this case try to set the breakpoint at an other line near the wanted. Robert ****************************************************** * Robert Hoehne * * Post: Am Berg 3, D-09573 Dittmannsdorf, Germany * * WWW: http://www.tu-chemnitz.de/~sho/rho * ******************************************************