Click to See Complete Forum and Search --> : Debug problems


hbeaver
February 20th, 2003, 08:38 PM
It seems that everytime I try to use the debugger in vc++ .net 2002 nothing works. More than every other variable get a "expression cannot be evaluated" instead of showing a value. These are just integers and other standard types I am talking about. It comes in everything from variables that are clearly defined in the function that I break the code in to variables that are in a class I am expanding from the this pointer. These are all variables that obviously work when the program is running or else the program wouldn't function at all. It is really annoying because it makes the debugger completely useless. It happens in the Autos tab, the Locals tab, and the Watch tab. As I go over the problem again it looks like every variable that is not a pointer cannot be evaluated. I would REALLY appreciate some help with this so I can effectively debug my program.

Thanks,
Chris