Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to turn off or close debugging mode in VS-Code

I turned on debugging mode in my VS Code and now want to turn it off, but can't work out how.

I have this floating menu: enter image description here

And my bottom toolbar is still orange:enter image description here

How do I revert to my old set up? (I've seen on other posts that people want to hide the floating menu, but I think I want to just switch debugging back off if possible?)

like image 332
JimmyTheCode Avatar asked Apr 26 '26 04:04

JimmyTheCode


2 Answers

For turn of debug on vs code .
On the floating menu click on end(Red color rectangular block).

like image 179
Jithu Krishna Avatar answered Apr 27 '26 18:04

Jithu Krishna


Not the solution I expected or wanted, but I disabled the debugger via my extension panel: enter image description here

And then disabled the extension and had to reload VS Code for the change to take effect:

enter image description here

I has done the trick but seems like a faffy way of achieving switching it back off again.

like image 42
JimmyTheCode Avatar answered Apr 27 '26 17:04

JimmyTheCode