From: SP Byrnes Newsgroups: comp.os.msdos.djgpp Subject: Debugging in RHIDE Date: Sat, 03 Jul 1999 06:22:29 -0700 Organization: Rensselaer Polytechnic Institute, Troy NY, USA Lines: 13 Message-ID: <377E0E95.1DCF@rpi.edu> NNTP-Posting-Host: rts3p13.xyp.rpi.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.0 (Win16; I) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have been using DJGPP via RHIDE from DOS for c++ programming. I use the debugger in RHIDE, but only in the simplest of cases. 1. Does anyone have an example of how the debugger may be used to examine the contents of class variables? I always "get not available" in the watc list when I try to access a class variable. 2. Are there any other debugging options, a stand alone debugger maybe? 3. How do I access the comp.os.msdos.djgpp archive to search for past debugging related questions? Thank you