Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to permanately hide Debug Console in VSCode?

I have looked for a solution but couldn't find one ,recently I switched the Explorer in VSCode from the LHS to the RHS and it works better, the problem I am now having is that when I open the terminal I get a debug console on the left - see picture below.

Is there a way in which I can disable/hide the Debug Console part of the terminal? It is always maximized when I start a new console and I can't set it to minimize.

enter image description here

enter image description here

like image 950
Aindriú Avatar asked Feb 16 '21 21:02

Aindriú


People also ask

How do I hide the Debug console in VS code?

Either choose Reset Location in the context menu or just drag the Debug Console header back into the upper part of the Panel (like to the right or left of the Terminal header).

How do I get rid of debugger attached?

Just Delete the . vscode file from the directory you are working in and reopen the window the debugger will be gone.

How do I stop the entire path from showing in the Debug console?

When i build my solution the whole "exited with code 0. To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops.


1 Answers

Either choose Reset Location in the context menu or just drag the Debug Console header back into the upper part of the Panel (like to the right or left of the Terminal header).

At some point you must have dragged the Debug Console header into the body of the Terminal (when Terminal was active and into the left half of its view).

You'll also notice that the option to Hide 'Debug Console' is disabled in your first situation - that is a hint of sorts - it is actually within the Terminal view and so cannot be separately hidden from its context menu.

like image 166
Mark Avatar answered Oct 05 '22 02:10

Mark