How do you use the immediate window in Visual Studio?
Posted
by Phillip Ngan
on Stack Overflow
See other posts from Stack Overflow
or by Phillip Ngan
Published on 2009-04-27T16:25:32Z
Indexed on
2010/04/08
7:23 UTC
Read the original article
Hit count: 324
The immediate window is an immensely useful tool for debugging applications. You can use it to execute code statements that are valid in the context of your break point and inspect values. I also use it to type code snippets to learn language features.
How do you use the immediate window?
© Stack Overflow or respective owner