2

In the debug left side panel, VS Code does not display the call stack, neither the variables and watch (picture below).

Someone knows how to display them ?

 vs code not display debug call stack and variables

2
  • 5
    Yes, you should be able to see Variables, Watch, Call Stack and Breakpoints. Try View/Open View ... and search for these windows. Commented Nov 7, 2022 at 20:26
  • Thanks, it works. Under view/Open View ... I have written call stack and a right hand side panel appears. Then I moved it on the left icon's bar. Commented Nov 7, 2022 at 20:31

2 Answers 2

6

There is also a dialog from the View/Open View ... menu.

Using that you can search for the panels that are missing.

Sign up to request clarification or add additional context in comments.

Comments

6

There should be a ... button at the top of the sidebar. Click on it to bring up a menu, and make sure Variables, Watch, Call Stack, and Breakpoints are checked.

5 Comments

Yes, I have the ... button on my installation. I can't understand why the OP doesn't have it.
Inside the .../3 points section there is just Breakpoints and debug console.
What version of VS Code are you using? The latest is 1.73.0, FWIW
1.73.0 is the version.
@quamrana find the solution, below my post in comment section.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.