From: "A.P. Zijlstra" Newsgroups: comp.os.msdos.djgpp Subject: Re: debugging & watching expressions Date: Wed, 18 Feb 1998 22:02:22 +0100 Organization: Physics student @ University of Amsterdam Lines: 39 Message-ID: <34EB4C5E.17657F88@mcs.nl> References: Reply-To: peter AT mcs DOT nl NNTP-Posting-Host: unox.student.tue.nl 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 Salvador Eduardo Tropea (SET) wrote: > > chakster AT geocities DOT com wrote: > > > Are there any plans for Rhide to adopt an interface similar to > Borland's > > for watching variables? For example, You can have a window (which > stays > > "on top") holding an variable, such as an instance of a class. > Through > > this window you can then move into variables within that class to > see > > what their values are, etc, even if they are classes themselves. > > No by now, there is no time for it and seems there is no volunteers > for that. > Well,... I'm not very experienced with these sorta things (as I'm a computational geometry man myself) but if you will tell me where to look in the rhgdb source I'll see what I can do. > > Unless I have just missed this somehwere in Rhide, I think this is a > > major disadvantage to debugging with DJGPP over other compilers. Am > I, > > in fact, just missing something? If not, are there other IDEs for > DJGPP > > that have this ability? > > You can watch individual members (or the whole class, but not in a > pretty way) > so isn't a major disaster ;-). > You have the watch and evaluate features, but not the inspect, that's > all. > > SET Also a 'bug' which I recently discovered was that rhgdb does not always has the correct type for a variable. especially with pointers. (I'm using stabs debugging info.). Another minor thingy is that the tabstop of rhgdb is set on 3, the option (somewhere in the program) doesnt seem to work properly. I'm using version 1.4. greetinx, Peter