Al Bundy
Al Bundy

Reputation: 194

vs code not display debug call stack and variables

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

Upvotes: 2

Views: 8811

Answers (2)

quamrana
quamrana

Reputation: 39354

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

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

Upvotes: 6

JRiggles
JRiggles

Reputation: 6780

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.

Upvotes: 6

Related Questions