From: jawyant AT orca DOT st DOT usm DOT edu (Jaime Alegre Wyant) Newsgroups: comp.os.msdos.djgpp Subject: Debugging C++ with Rhide ( kinda ) Date: 4 Nov 1998 00:50:18 GMT Organization: University of Southern Mississippi Lines: 12 Message-ID: <71o8ca$mpd$1@thorn.cc.usm.edu> NNTP-Posting-Host: orca.st.usm.edu X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have a small C++ program that I am trying to debug under rhide. The problem is, when stepping through the code, nothing "happens." I do not see the "highlight" line displaying which line is currently executing, however, the program seems to run anyways ( it outputs some stuff ). The program uses templated classes, but I would not think that would be the problem. If anyone has any ideas what is happening, please let me know. If necessary, I could post the source code causing the problem. thanks, jaime