Where is the VB.Net debugger "Make Object ID" function?

Posted by Josh on Stack Overflow See other posts from Stack Overflow or by Josh
Published on 2010-06-17T18:35:45Z Indexed on 2010/06/17 19:03 UTC
Read the original article Hit count: 241

When using the visual studio 2008 debugger with c# i can right-click on a variable and choose "Make Object ID" which allows me to watch that object (via it's ID) regardless of whether it is in the current stack frame or not.

When the debugger is in VB code, (doesnt matter if it's run from a c# unit test or a vb unit test) That option isn't there.

Where did VB put this feature? Or does it simply not support it like so many other helpful c# features?

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about debugging