| delorie.com/archives/browse.cgi | search |
| From: | Martin Bernreuther <Martin DOT Bernreuther AT po DOT uni-stuttgart DOT de> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Problems debugging C++ code using RHIDE... |
| Date: | Wed, 02 Jul 1997 21:06:57 +0000 |
| Organization: | University of Stuttgart |
| Lines: | 38 |
| Message-ID: | <33BAC2F1.5EE57839@po.uni-stuttgart.de> |
| Reply-To: | Martin DOT Bernreuther AT po DOT uni-stuttgart DOT de |
| NNTP-Posting-Host: | iv-kib1.bauingenieure.uni-stuttgart.de |
| Mime-Version: | 1.0 |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Hi,
while debugging through classes, often I can't watch or evaluate
member variables...
How does it work?
e.g.
class A
{
private:
int i1;
public:
int i2;
A(int ii);
}
A::A(int ii)
{
i1=ii1;
}
I like to step through the constructor A and watch i1 and i2.
Ctrl+F7: i1
i1: not available
same with Ctrl+F4...
Bye
Martin
------------------------------------------------------------------------
Dipl.-Ing. Martin Bernreuther University of Stuttgart
Pfaffenwaldring 7 Informationsverarbeitung im
70569 Stuttgart konstruktiven Ingenieurbau
Germany
E-Mail: Martin DOT Bernreuther AT po DOT uni-stuttgart DOT de
http://www.uni-stuttgart.de/iv-kib/
------------------------------------------------------------------------
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |