Interview Questions

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

C# Interview Questions and Answers


(Continued from previous question...)

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

Yes, if you are debugging via Visual Studio.NET, just go to Immediate window.

(Continued on next question...)

Other Interview Questions