Interview Questions

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

C# Interview Questions and Answers


(Continued from previous question...)

192. 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