Is It Possible To Not Reuse A Debug Window Tab?
Answered
I've just run a lot of tests and am now looking at the results in the debug tool window.
I want to run some of the failed tests individually but when I do it replaces the output of the debug window.
To work around this I am starting 2 debug sessions in parallel to get 2 tabs in the debug window and then stop them.
I then reuse the first to run the full suite and reuse the second one to do the individual tests.
Is there a better way to do this?
e.g. a setting that says "don't re-use this tab" or "start this run config in a new debug tab"
Please sign in to leave a comment.
Hi.
There is a compound Run Debug configuration:
https://www.jetbrains.com/help/idea/run-debug-configuration-compound.html
And a multirun plugin:
https://plugins.jetbrains.com/plugin/7248-multirun
Right-click on the header of the "run tab" and select "Pin Tab".