One particular feature I\'m used to having in a watch window is a variable\'s memory address. IIRC Visual Studio does this for C++ (I know QtCreator/Eclipse do). Is there a
Put a debug point, Start your application, when that debug point is hit, Go to Debug -> Windows -> Memory
There in Address textbox type, the name of variable, and you will be able to see the address.
Address
Short-cut key in Visual Studio 2012 appears as Cntl + Alt + M, 1
Cntl + Alt + M, 1