If conemu is enabled show it also in the debug view of Visual Studio
Therena opened this issue · 3 comments
There is some crazyness in how VS manage its panes... If I dock ConEmu pane into the bottom area (to the other tabs, like build output) and start the debugger, ConEmu pane disappers (but is not destroyed) and debug panes appear. I wonder, can ConEmu pane remain visible while VS switches debug/design modes? That would be especially useful for debugging console applications.
@Maximus5 This is because there a different view in Visual Studio. You can set up a completely different set of panels for Develop and for Debug.
The panel are all singletons within Visual Studio so you cannot close / destroy them. You always only hide or show them. Doesn't matter in which view.
This is a standard behavior in Visual Studio. I guess there is a way to show the panel in all views if it enabled for one, but I think this could be annoying for some other users.
I will try to find a way to solve this. But if I will find a solution, I will make it opt-in configuration.
For now I made it easier to open conemu by adding a keyboard shortcut to it.
Type: Control + 2 times W (Ctrl+W, Ctrl+W)