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 difference between ienumerable and enumerator?
Is a structure a class?
What?s the top .NET class that everything is derived from?
what are windows services?
What is the diff between System.String and System.Text.StringBuilder classes?
What are delegates and why are they required?
Why we use delegates in c#?
What is ControlBox Propertie
How many types of constructors are there in c#?
Can we override main method in c#?
What is private variable?
Can we declare class as protected?