In Visual Studio, F5 is used for StartDebugging and Continue , which is quite annoying. Since many other IDEs / debuggers do not work the same way, e.g. cgdb , IntelliJ IDEA .
For simplicity and versatility, I want to use one key binding scheme for all IDE / Debuggers. I cannot change other IDE / Debuggers to bind both StartDebugging and Continue to F5 .
So my question is:
Is there a way to individually bind StartDebugging and Continue to various keys in Visual Studio?
source share