Reputation: 1025
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
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