Multiple choice technology platforms and products

Shortcut key to go to Immediate window while debugging.

  1. CTRL + ALT + I

  2. CTRL + I

  3. ALT + I

  4. ALT + CTRL + D

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

ALT + I is the shortcut key to open the Immediate window while debugging in many IDEs, particularly Visual Studio. The Immediate window allows executing code and checking variable values during debugging. CTRL + ALT + I, CTRL + I, and ALT + CTRL + D are not standard shortcuts for this purpose.