Shortcut key to go to Immediate window while debugging.
-
CTRL + ALT + I
-
CTRL + I
-
ALT + I
-
ALT + CTRL + D
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.