Date: Wed, 28 Jul 1999 10:43:14 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Radu Georgescu aka skoola cc: djgpp AT delorie DOT com Subject: Re: rhide 1.4 bug In-Reply-To: <359EB38A.AEC6785E@go.ro> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 5 Jul 1998, Radu Georgescu aka skoola wrote: > when I run a program and trace (f7) into a function wich is included in > some header file, > the debugger goes to the right line but not in the .h file where the > function is. this bug seems not to be fixed in 1.4 nor 1.4.7 :((( This is not a problem with RHIDE, it's a genuine limitation of the COFF debugging info. You need to use stabs debugging; see sections 12.8 and 12.1 of the FAQ for more details.