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"

1
2 comments
-1

Right-click on the header of the "run tab" and select "Pin Tab".

5

Please sign in to leave a comment.