skip to Main Content

Somehow I’ve managed to lose the Variables pane when debugging with Visual Studio Code on my Mac. I found the answer posted here, but I can’t right click in the Run and Debug view. The image below is what I’m seeing.

How do I get the Variables pane back?

Run and Debug View

When I click the three dots, I see this:

Three dots click

When I right click on one of the titles, I see this:

Click title

2

Answers


  1. You’re already there. Just click on three dots next to gear and check "Variables".

    Login or Signup to reply.
  2. Choose one of the following:

    – Without right-click: Click on the ellipsis button in the top right corner, then click on Variables (it should be checked).

    enter image description here

    – With right-click: Right-click on the title of any pane (like WATCH or CALL STACK), then click on Variables (it should be checked).

    enter image description here

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search