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

Answers were Sorted based on User's Feedback



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

Answer / guest

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

Is This Answer Correct ?    4 Yes 0 No

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

Answer / vinodh kumar

using conditional compilation we can do... other then immediate window...

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is the difference between ienumerable and enumerator?

0 Answers  


Is a structure a class?

0 Answers  


What?s the top .NET class that everything is derived from?

3 Answers  


what are windows services?

0 Answers  


What is the diff between System.String and System.Text.StringBuilder classes?

0 Answers   Siebel,


What are delegates and why are they required?

0 Answers  


Why we use delegates in c#?

0 Answers  


What is ControlBox Propertie

0 Answers   MCN Solutions,


How many types of constructors are there in c#?

0 Answers  


Can we override main method in c#?

0 Answers  


What is private variable?

0 Answers  


Can we declare class as protected?

0 Answers   Infosys,


Categories