Can you change the value of a variable while debugging a C#
application?
Answers were Sorted based on User's Feedback
Answer / guest
Yes, if you are debugging via Visual Studio.NET, just go to
Immediate window.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / vinodh kumar
using conditional compilation we can do... other then immediate window...
Is This Answer Correct ? | 1 Yes | 0 No |
What is the example of predicate?
Can a constructor be static in c#?
Do we get an error while executing the “finally” block in c#?
How do I do a case-insensitive string comparison?
If I have more than one version of one assemblies, then how'll I use old version (how/where to specify version number?)in my application?
What is cshtml extension?
Can private virtual methods be overridden in c#.net?
What is a dimensional array?
What is string programming language?
What is serialization in dot net?
Difference between value and reference type. What are value types and reference types?
How do I stop my console from closing in c#?