One of the views used for debugging purposes in Visual Studio IDE and the VBA IDE.
Is there anyplace in the eclipse ide that I can enter immediate code while stoped at a breakpoint? thanks
eclipse immediate-windowI'm writing a macro which goes through a document and tries to parse it by Style. Right now, anything in …
vba immediate-windowI'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-windowIs it possible to cast int array into double array in immediate window? I tried to cast but somehow its …
c# visual-studio immediate-windowUsing 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-windowI wonder can I call functions during the debug mode in VC++? Assume that I have a function to which …
visual-studio visual-c++ immediate-windowI 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-windowI 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-windowSometimes 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