Tooltips for expression values in code
Brought to you by:
fabioz
When stopped in the debugger, many IDEs will show you
the value of an expression in a popup tooltip if you
just hover over a variable name in your code.
Alternatively, if you select an expression in your code
and then hover over it with the mouse, the result of
evaluating that expression is displayed in a tooltip.
This can be a very handy and quick way to see the
values of the variables with minimal clicking and typing.
Logged In: YES
user_id=1267423
+1 vote for this feature.