Debugging cpp files in rhide
Posted: Wed Feb 11, 2004 7:44 pm
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:
Is there way to get rid of these?
Best Regards,
Maxim
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
Best Regards,
Maxim