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
What is token in c#?
What is a must for multitasking
How to parse a date time string?
Which constructor is called first in c#?
What is global namespace in c#?
What is object type in c#?
What is a console?
What is anonymous class in c#?
What is desktop example?
Do extension methods have to be static?
How to declares a two-dimensional array in C#?
What is serialization of data?
In .NET which is the smallest unit of execution?
Which of these string definitions will prevent escaping on backslashes in c#?
Why do we use partial class in c#?