Can you change the value of a variable while debugging a C#
application?
Answer Posted / guest
Yes, if you are debugging via Visual Studio.NET, just go to
Immediate window.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do you prevent a class from being inherited?
What is a class c#?
Can a private virtual method can be overridden?
What is a hash table c#?
What do you mean by abstract class in c#?
How does one compare strings in c#?
Explain the difference between abstract class and interface in .net?
Explain circular reference in c#?
Is int an object in c#?
What is default value of decimal c#?
What is thread safe in c#?
What is a multicast delegate in c#?
Which namespace is required to implement trace ?
What is the difference between constants and read-only?
Tell us something about static linking and dynamic linking?