In another test runner there is a "rerun last session" keyboard shortcut, meaning if I had selected 3 tests for debugging and process existed, rerunning last session would debug those 3 tests again.
Often I want to debug a specific test, modify something or place new breakpoints and re-debug it. Currently I have to navigate back to the test and select e.g. "debug within same process" to only debug that particular test. This will make me loose my current context.
It would be nice if I could via a shortcut rerun the last "session", i.e. re-debug the test I previously was debugging (with existing test runner process for instance).
Thanks.