Debug Problem

T

Terry

Normally when I break in code I am able to position the cursor over a
variable and see it's value. That no longer happens, is it an option
somewhere that I can check up on and change?

Regards
 
F

Fotios Lindiakos

That might just be a problem with Windows rendering the pop up balloon. I
notice that happens sometimes depending on what computer I am using. One
thing you could try is setting a 'watch' on the variable. Then if you are
in the breakpoint, you can look at the current value.

--
Frank Lindiakos
Application Developer
WeberSystems Inc.
[email protected]
[email protected]
 
Top