Search code examples
visual-studiovisual-studio-2010

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?


Solution

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

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