How is debugger variable content displayed implemented.

Posted by scope-creep on Stack Overflow See other posts from Stack Overflow or by scope-creep
Published on 2010-04-10T13:30:28Z Indexed on 2010/04/10 13:33 UTC
Read the original article Hit count: 253

Filed under:
|

I was wondering how to implement the debuggger mouse over display functionality, U know when u have set a breakpoint in a degugger, say in VS and you hover over a variable and the context is displayed.

I'm curious as to how that would be implemented?

Bob.

© Stack Overflow or respective owner

Related posts about debugging

Related posts about design