C# (Sharp) Programming Language Question:
Can you change the value of a variable while debugging a C# application?

Answer:
Yes, if you are debugging via Visual Studio.NET, just go to Immediate window.
Previous Question | Next Question |
Can you allow class to be inherited, but prevent the method from being over-ridden? | Are private class-level variables inherited? |