Multiple choice technology platforms and products

Shortcut to restart the application while debugging.

  1. ALT + F5

  2. CTRL + SHIFT + F5

  3. SHIFT + F5

  4. F5

Reveal answer Fill a bubble to check yourself
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.