Page 1 of 1

Debugging cpp files in rhide

Posted: Wed Feb 11, 2004 7:44 pm
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

Re: Debugging cpp files in rhide

Posted: Mon Oct 06, 2008 6:14 pm
by lnr
Hi Maxim
Microsoft visual C++ is widely used for C++ coding and debugging.
You can use it instead of using rhide.