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
Can multiple inheritance implemented in c# ?
What are collection classes?
What is session management in c#?
Explain the difference between the debug class and trace class?
What is xaml file in c#?
Why do we need private constructor in c#?
What is the use of partial methods?
Where is the keyword void used?
How to use exception handling in stored procedure?
What is unmannaged code and will CLR handle this kind of code or not .
What is verbatim string?
What is the difference between continue and break statement?
What is primitive types in c#?
What is namespace c#?
What is the difference between console and windows application?