Top "Immediate-window" questions

One of the views used for debugging purposes in Visual Studio IDE and the VBA IDE.

How do you use the Immediate Window in Visual Studio?

The Immediate Window is an immensely useful tool for debugging applications. It can be used to execute code statements that …

visual-studio debugging immediate-window
Use VBA to Clear Immediate Window?

Does anyone know how to clear the immediate window using VBA? While I can always clear it myself manually, I …

excel vba immediate-window
How to print two dimensional array in Immediate window in VBA?

How to print two dimensional array in Immediate window in VBA ? Does it exist any generic method for doing this ? …

arrays vba immediate-window
Dynamic in the immediate window causes 'Microsoft.CSharp.RuntimeBinder.Binder' is not defined or imported error

If I use dynamic in the immediate window of Visual Studio I get an error Predefined type 'Microsoft.CSharp.RuntimeBinder.…

c# .net visual-studio dynamic immediate-window
Visual Studio immediate window command for Clear All

Is there a command to clear the immediate window in Visual Studio? I hate having to grab the mouse for …

visual-studio visual-studio-2008 immediate-window
Visual Studio Immediate window: how to see more than the first 100 items

I am trying to see the properties of an object with over 300 properties in the Immediate Window of Visual Studio 2005. …

visual-studio debugging immediate-window
Immediate Window, "The expression cannot be evaluated...."

When I try to evaluate expression in Immediate Window at design time, I get error: The expression cannot be evaluated …

visual-studio-2010 ide immediate-window
How can I print a range variable in the immediate window? Excel VBA

I'm attempting something that should be very simple. However I've just started learning today and and can't quite understand. This …

excel immediate-window vba
Immediate Window for Eclipse

Does Eclipse have an analog to Visual Studio's "Immediate Window", a window where I can evaluate statements while in the …

visual-studio eclipse immediate-window
How to execute LINQ and/or foreach in Immediate Window in VS 2013?

Immediate Window is fantastically useful tools when probing the current state during debugging process. I learned that by using the …

c# linq visual-studio lambda immediate-window