Muscle Memory Issue - F5
Followed by 2 people
Answered
Hi,
Is there a way to "toggle" the behavior of F5 so that if a debug session is not running, it will launch one (current behavior); and if there is a debug session running, it will resume the session, as opposed to restarting?
I'm asking this because of a muscle memory I have from another IDE where F5 would behave this way.
Thanks
Please sign in to leave a comment.
Hello Jason,
There are 2 separate shortcuts that you can use for starting debug session and resuming it. Assigning both actions to the same shortcut is not recommended, this is by design. But if you call Resume when there no running debug session it will start one.
Ok, sort of figured it "is what it is". No biggee. Thanks for the response