Top "Immediate-window" questions

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

immediate window

Is there anyplace in the eclipse ide that I can enter immediate code while stoped at a breakpoint? thanks

eclipse immediate-window
Write contents of immediate window to a text file

I'm writing a macro which goes through a document and tries to parse it by Style. Right now, anything in …

vba immediate-window
Visual Studio Immediate Window - Lambda Expressions Aren't Allowed - Is there a Work-around or Alternative?

I'm debugging some tricky generic List-based code in VS 2010 - lots of hierarchy-processing etc.. Of course lambda expressions and anonymous …

c# .net visual-studio-2010 lambda immediate-window
Casting of int array into double array in immediate window?

Is it possible to cast int array into double array in immediate window? I tried to cast but somehow its …

c# visual-studio immediate-window
Newlines in the Immediate Window

Using Visual Studio 2010 Professional, I have a ToString() method that looks like this: public override string ToString() { return "something" + "\n" + "…

visual-studio debugging visual-studio-2010 newline immediate-window
Calling functions while in debug mode in VC++ (Immediate Window)

I wonder can I call functions during the debug mode in VC++? Assume that I have a function to which …

visual-studio visual-c++ immediate-window
lambda expressions in immediate window for VS2015

I am running Visual Studio 2015, where people claim that lambda expressions are supported in immediate window, watch and other places. …

c# linq lambda visual-studio-2015 immediate-window
VS 2017 immediate window shows "Internal error in the C# compiler"

I use Visual Studio 2017 (15.6.6). When debugging, I try to evaluate simple expressions like int a = 2; in the immediate window. An …

c# debugging visual-studio-2017 visual-studio-debugging immediate-window
How do I reference a namespace to be used in immediate or quickwatch?

Sometimes when I quickwatch an expression at runtime, the Quick Watch window shows an error saying the name does not …

c# visual-studio-2010 immediate-window