Debugger: Is there a quick way to see the value of an expression

Is there a way to see the value of an expression in the debugger very quickly?

0
4 comments

Select expression and press Opt+F8 (Evaluate expression...)?

0
Avatar
Permanently deleted user

ok and is there a short cut to select the variable where the curson is at, and perhaps to expand this selection?

0

Search for "Select word at caret" (sorry, don't know default shortcut) and press it several times.

0

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.

0

Please sign in to leave a comment.