Can you change the value of a variable while debugging a C#
application?



Can you change the value of a variable while debugging a C# application?..

Answer / 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

More C Sharp Interview Questions

What is reflection in c#?

0 Answers  


What is Dispose method in .NET ?

9 Answers   247Customer, KAP, TCS,


How to assign default value to nullable types? Did nested nullable types are allowed

2 Answers   TCS,


What is var c#?

0 Answers  


What is an example of a delegate?

0 Answers  






Is XML case-sensitive?

3 Answers   Wipro,


Name some properties of array.

0 Answers  


Are enums static c#?

0 Answers  


Can two catch blocks be executed?

13 Answers  


What is the use of delegate?

0 Answers  


what is Anonymous Method.? and What is shadowing?

2 Answers   ATS, Infosys,


Can you instantiate a struct without using a new operator in c#?

0 Answers  


Categories