Reputation: 13099
Is it possible to enable Visual Studio to display all local, available, variables as tool tips text without hovering? It would be convenient.
(I know I see them can see the Locals window)
Upvotes: 0
Views: 97
Reputation: 1974
You should be able to "pin" them by clicking the thumbtack in the corner of the value. They will then remain displayed.
Steps:
Set a breakpoint and hover over the value, you should see a thumbtack at the right end.
Click the thumbtack to pin the value.
Upvotes: 1