Home > database >  Cant find debug toolbar in vs code
Cant find debug toolbar in vs code

Time:05-02

using latest version of vs code, i cant see the debug toolbar. Version: 1.66.2

i've tried changing it in the settings from floating to docked to hidden and back to floating, restarted the program and i still cant see it.

CodePudding user response:

You should press this combination of key : CTRL Shift Y

CodePudding user response:

I think ive sorted it. the toolbar only appears if debugging is in process. it disappears when it has stopped. I thought it stayed there all the time.

  • Related