Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ Debug tool window switches from Console to Debugger

This will probably sound like a minor issue, but it's completely messing up my workflow:

I have a microservice that I restart frequently to refresh changes. I start in Debug mode, and use the curvy arrow in the upper left of the Debug tool window to stop/start the process.

In the Debug window, there are 2 tabs, Debugger and Console. For weeks, I've kept this on Console, and I can see the service run through startup, and I know when to start hitting endpoints. All of a sudden, whenever I start up, it switches to the Debugger tab, which means I have to manually switch back.

No documentation on this, and didn't find anything with a Google search. Does anyone have something to try?

Thank you

Update:

I start with the focus on Console (the right tab) and it switches to Debugger (the left tab). There is a "Focus on startup" in the context menu for Console, but it has no effect.

enter image description here

like image 501
orbfish Avatar asked Dec 09 '14 16:12

orbfish


1 Answers

I'm not sure this is exactly what you're looking for. If it's not, could you please add some screenshots to the question which might better illustrate the problem? But if it is, here is what I found:

In the Debug tool window you have tabs like Output and Variables, which are probably the tabs you are talking about. You can right click any of these tabs and select Focus On Startup. You probably have this option selected for the wrong tab. So try selecting it for the Output tab.

You can toggle the Focus On Startup behavior for other tabs in the Debug tool window too.

Screenshot

like image 135
Bohuslav Burghardt Avatar answered Oct 14 '22 21:10

Bohuslav Burghardt