Date: Sun, 24 Nov 2002 08:05:13 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Ekskavaator cc: djgpp AT delorie DOT com Subject: Re: debbuging with rhide. NOT. :( In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 24 Nov 2002, Ekskavaator wrote: > "The selected breakpoint is invalid, probably this file > is not compiled with debugging information or for this > line is no code generated. > (Breakpoint at line 14 in file answer.cpp)" > > Such error if i try to put a breakpoint. Try compiling with -gcoff instead of a mere -g. Alternatively, get a newer version of RHIDE (or an older version of GCC). The problem is likely to be that the latest GCC produces DWARF2 debug info when you compile with -g, but the version of RHIDE you have doesn't know about the DWARF2 format.