Marco
Marco

Reputation: 1025

How to enable the 'Locals' tab in Visual Studio?

I've tried running the debugger in VS. I see the error list, but I could not find the local tab to tell me what is going on inside the code. Would someone please tell me how to enable the tab?

Upvotes: 11

Views: 10508

Answers (1)

Mike Corcoran
Mike Corcoran

Reputation: 14565

You can use the hotkey chord: Ctrl+Alt+V then L

Or, while running your program, select on the toolbar: Debug > Windows > Locals

Upvotes: 14

Related Questions