Display order of compound run/debug configurations

Answered

I am attempting to find a way to set the order that the debug tabs are displayed in for compound run configurations. For the compound configuration that I currently have, I am running a gradle task and a remote debug task that is connected to by the gradle task. That part works fine.

The problem I have is that it will always show me the remote debug console instead of the gradle task console and I must manually switch to the gradle task console. It seems as though the order the consoles are opened is based on the order they are displayed in the compound configuration dialog (not certain on that, may be just coincidence). So I have attempted to add the sub configurations in different orders, but they always appear to list the gradle task first and then the remote debug.

Is there a way to specify that the gradle task's console is selected by default so I do not need to manually select it every time?

2
2 comments
Avatar
Yaroslav Bedrov

Hello Donald,

Feel  free to create feature request on YouTrack: http://youtrack.jetbrains.com/issues/IDEA.

1
Avatar
Permanently deleted user

In case any one else comes to this page like I did, you can simply get a sequence by creating one config and setting a before config for it. Likewise this can cascade in reverse to produce a defined sequence of configuration running. Compound is for doing things in parallel.

0

Please sign in to leave a comment.