Shortcut to restart the application while debugging.
-
ALT + F5
-
CTRL + SHIFT + F5
-
SHIFT + F5
-
F5
B
Correct answer
Explanation
CTRL + SHIFT + F5 is the shortcut to restart the application while debugging in many IDEs including Visual Studio. This stops and restarts the debugging session. ALT + F5 is typically not used, SHIFT + F5 stops debugging, and F5 starts debugging.