From: mimo AT gewi DOT kfunigraz DOT ac DOT at (mimo)
Newsgroups: comp.os.msdos.djgpp
Subject: Re: RHIDE debugger
Date: Sun, 13 Sep 1998 15:06:13 GMT
Organization: MimoLand
Lines: 19
Message-ID: <35fbdebe.852675@news.kfunigraz.ac.at>
References: <1998091305455500 DOT BAA25854 AT ladder01 DOT news DOT aol DOT com>
NNTP-Posting-Host: bonline25.kfunigraz.ac.at
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Precedence: bulk

On 13 Sep 1998 05:45:54 GMT, brianrunck AT aol DOT com (BrianRunck) wrote:

hi,

>I was trying to step through some C++ source using the integrated debugger in
>RHIDE (apparently an integrated version of GDB 4.16) and at one point suddenly
>it jumped to seemingly random parts of the program.  I don't know if this is
>part of the bug in GCC that is written about that object files of optimized
>code report wrong line numbers.  Is there more information on the RHIDE
>debugger issues anywhere?  Thanks.

this happens normally if the parts of code you want to trace through
are programmed inline. if you're looking for bugs, you should'nt
declare funtions inline.

greetings

mimo