immediate-window Questions
2
Sometimes when I quickwatch an expression at runtime, the Quick Watch window shows an error saying the name does not exists in the current context. The same goes for the immediate window. The expre...
Lookeron asked 21/3, 2012 at 9:57
3
Solved
I have an unhandled exception that causes the Exception Assistant dialog box to appear.
When I click on View Detail..., the exception itself has some values in it's custom object model that will n...
Pressman asked 6/11, 2013 at 22:20
1
Solved
Recently I discovered that it's possible to declare variables in the Visual Studio immediate window while debugging. This feature is really useful because if I want to experiment with the code in t...
Fryd asked 26/3, 2013 at 22:18
1
Solved
I'm debugging some tricky generic List-based code in VS 2010 - lots of hierarchy-processing etc.. Of course lambda expressions and anonymous methods aren't permitted within the immediates win...
Chaves asked 10/12, 2010 at 13:3
2
I wonder can I call functions during the debug mode in VC++? Assume that I have a function to which I set a break point at, when the execution stops at that point during debugging, can I call other...
Thoth asked 9/12, 2011 at 20:15
2
Solved
I have noticed that the immediate window in VS 2010 behaves differently when debugging a C# project and a VB.NET project, although I haven't been able to find any specific documentation of this dif...
Brasserie asked 16/11, 2011 at 23:47
2
Solved
I've probably been working too hard, but can someone explain to me the following, taken from the Immediate window?
(int)DateTime.Now.Date.DayOfWeek = 4
and
(int)DayOfWeek.Sunday = 0
and
(int)...
Pulmonic asked 14/7, 2011 at 16:13
2
Solved
I see some related questions have been asked, but they're either too advanced for me to grasp or lacking a step-by-step guide from start to finish (most of them end up being insider talk of their o...
Mammal asked 10/6, 2010 at 4:47
1
Solved
I have a question about debugging in Visual Studio. Is it possible to clear the Immediate Window in Visual Studio automatically before each startup of a debugged application? The >cls command an...
Ovalle asked 25/2, 2010 at 12:37
2
Solved
Is there anyplace in the eclipse ide that I can enter immediate code while stoped at a breakpoint?
thanks
Muimuir asked 6/1, 2010 at 15:39
6
Solved
When I type this into the Visual Studio 2008 immediate window:
? .9 - .8999999999999995
It gives me this as the answer:
0.00000000000000055511151231257827
The documentation says that a double h...
Burget asked 2/11, 2009 at 17:30
3
Solved
Does Eclipse have an analog to Visual Studio's "Immediate Window", a window where I can evaluate statements while in the debugger?
Porphyrin asked 10/7, 2009 at 21:36
© 2022 - 2024 — McMap. All rights reserved.