Execute a function at design timeOn the Debug menu, choose Windows > Immediate.
From the View menu, choose Immediate window (CTRL+G).
The differences between the Command and Immediate windowsThe Command window can load dlls or packages into the IDE as well. The Immediate window, on the other hand, is solely used during debugging and is useful to execute statements, print values of a contextual variable, or even evaluate expressions.
To open the Locals window, while debugging, select Debug > Windows > Locals, or press Alt+4.
To get the immediate window back you can go to Debug --> Windows --> Immediate
or you can use CtrlAltI either will work to get it back.
If you can not see Immediate Window In Debug -> Windows menu:
View > Other Windows > Command Window
immed
commandIn addition to what previously was mentioned by @sansa and @Mark Hall, you can also use Quick Launch:
Ctrl + Q
to focus on Quick Launch text box.Immediate
then choose the item that appears: Debug -> Windows -> Immediate (Ctrl + Alt + l)
Update: For more information on Quick Launch you can check it here
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With