How to open Debug Console on new window? VSCode macos - visual-studio-code

Is it possible to open Debug Console in VSCode on New Window, like in Android Studio?
I am feeling more comfortable with View Mode -> Window.

Related

Open a Window Console in VSC

When I run a code in dev c++ , it will open a window console for me to show the output or to input the information like this:
Window console in Dev c++:
So is there anywat for me to open a Window Console for the output and input in Visual Studio Code ?

vscode only process the debug if the window are open

Basically...
If I run my code with vscode debug (F5) . The code only work if the window are showing on my desktop.
So if I minimize stop to work everything.
any ideas?

Vscode is not showing tab Output and Problems (Only when when debugging Flutter)

This is a normal Panel: (With all Tab Sections: Problems, Output, Debug Console, Terminal)
But my VSCODE when debug Flutter project shows only two tab options (Terminal - Debug Console) and if I click in terminal the Debug Console tab being hidden... (it only happens with Flutter)
To restore Hidden Tab I have to close VSCODE and reopen...
Please help me ;)

Open source file in Electron DevTools in VSCode

I am running an Electron app and developing it with VSCode and I have my debugging setup connected to VSCode, so that I can debug break points both in the main process and the renderer process. When I get error messages in my DevTools console I want to be able click on the source file on the right and have it open the target file in VSCode, and not in the "Sources" tab of the Devtools. This is what I am talking about:
I don't want it to open the file here, but rather in VSCode:
Is this possible? How?

how can i access terminal in visual studio code which is not working?

I opened terminal in vs code but the path is not coming. On clicking the terminal also the text is not appearing which I am typing. I am not able to type anything in terminal.
Go to the View menu of VScode. Then click on the menu option "Integrated Terminal". This will open the terminal window at bottom of VScode window.