views:

23

answers:

1

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.

A: 

These are debugging visualizers and here is a link to MSDN for writing custom visualizer

Naveen