Debugging cpp files in rhide

Write here if you have problems with your C++ source code

Moderator: Board moderators

Post Reply
Maxim
New poster
Posts: 38
Joined: Tue Aug 27, 2002 12:36 am
Location: Croatia
Contact:

Debugging cpp files in rhide

Post by Maxim »

Hi.

I'm coding in rhide v1.4.9. I'm having trouble with debugging C++ code. Say I start tracing into (F7 option). All I can see during this process is last few lines of code instead of highlighted line that is being executed.
Another one problem is that sometimes I can't see values of variables in Watch. Say I add variable X to Watch (which is of type int). During tracing into, it displays in Watch something like this:

Code: Select all

X: not available
Is there way to get rid of these?

Best Regards,
Maxim
lnr
Experienced poster
Posts: 142
Joined: Sat Jun 30, 2007 2:52 pm
Location: Dhaka,Bangladesh

Re: Debugging cpp files in rhide

Post by lnr »

Hi Maxim
Microsoft visual C++ is widely used for C++ coding and debugging.
You can use it instead of using rhide.
Post Reply

Return to “C++”