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?
The Locals window is a useful window where you can see the values of all declared variables. This window automatically updates as you debug line by line or from breakpoint to breakpoint. The window has three main columns. Under the Expression column, it shows the name of the variable.
Hover over a variable to see its value. When stopped in the debugger hover the mouse cursor over the variable you want to look at. The DataTip will appear showing you the value of that variable. If the variable is an object, you can expand the object by clicking on the arrow to see the elements of that object.
You can use the hotkey chord: Ctrl+Alt+V then L
Or, while running your program, select on the toolbar: Debug > Windows > Locals
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With