Can you change the value of a variable while debugging a C#
application?
Answer Posted / madduri
Yes, if you are debugging via Visual Studio.NET, just go to
Immediate window.
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
What is the use of partial methods?
Can abstract class be sealed in c#?
What is the difference while using directive vs using statement ?
Write a program in C# for checking a given number is PRIME or not.
Are multiple data types stored in System.Array?
what is a constructor? What is a destructor?
What is console write in c#?
Can you create sealed abstract class in c#?
Can we instantiate abstract class in c#?
What is the difference between const and readonly in c#.net?
What is the difference between struct and class in c#?
What are methods in C#?
What is difference between a constant and read-only in C#?
Why do we use ienumerable in c#?
Can abstract classes be final?