Debugger: Is there a quick way to see the value of an expression Permanently deleted user Created January 03, 2013 14:23 Is there a way to see the value of an expression in the debugger very quickly?
Select expression and press Opt+F8 (Evaluate expression...)?
ok and is there a short cut to select the variable where the curson is at, and perhaps to expand this selection?
Search for "Select word at caret" (sorry, don't know default shortcut) and press it several times.
You don't need to select the variable/expression manually, simply put a caret at it and prss Alt+F8 - the expression will be copied automatically.