I have the Visual Studio 2019 community version and the debug console is a separate window. How can I attach it to the bottom panel?
Asked
Active
Viewed 939 times
1 Answers
0
I wanna say your actually talking about the Output
window.
From the menu select View->Output
of from keyboard Ctrl+W,O .
The output window is docable like you wanted.

Chris Catignani
- 5,040
- 16
- 42
- 49
-
https://i.imgur.com/R6zM4TX.png im trying to display the output on the bottom panel instead of a different window but not sure how to do it. – DIRTY DAVE Jul 20 '21 at 01:06
-
Console.Writeline("string data"); in C#...also Debug.Writeline("degub data"); – Chris Catignani Jul 20 '21 at 01:09
-
for instance when I run ```cout << "hello world"```; it displays that inside the black window. – DIRTY DAVE Jul 20 '21 at 01:09
-
What language...C++ ? – Chris Catignani Jul 20 '21 at 01:10
-
yeah its for C++ – DIRTY DAVE Jul 20 '21 at 01:12
-
See https://stackoverflow.com/questions/1333527/how-do-i-print-to-the-debug-output-window-in-a-win32-app – Chris Catignani Jul 20 '21 at 01:13