REPOST: Debugger Problem

  • Thread starter Thread starter CJ Taylor
  • Start date Start date
C

CJ Taylor

Hey anyone else had the problem of when using a watch window with the little
+- charactesr that all of a sudden, they can't see all the properties in the
watch.. like you press the +- thing and it just disappears.... The toggle
that is...

Was wondering if anyone ever saw this...

-CJ
 
CJ Taylor said:
Hey anyone else had the problem of when using a watch window with the
little +- charactesr that all of a sudden, they can't see all the
properties in the watch.. like you press the +- thing and it just
disappears.... The toggle that is...

Was wondering if anyone ever saw this...

Yes, in the Windows Explorer. ;-)
 
I know its not out of scope... take this for example..

private sub mySub(someargs as argstype)

try

do something...

catch ex as exception
do something
end try
end sub

if I have my debugger on that dosomething in the exception trap I can type
in my watch window

ex.message

and see the exception message

but if I have just ex in the exception window, I get the toggle next to it.
and then if I click that toggle, it just dissapears and doesn't expand the
selection...

weird eh?

And this "just started happening" I swear. =)

-CJ
 
Hey Armin,

did you ever fix it or know what the problem is? It's totally tripping me
out in VB.NEt, and not only that... I hve to to go the old way of debugging
with the "immediate window.." ugh! I thought I left that with VB6 on my
front lawn.

-cege
 
Back
Top