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 example of predicate?

0 Answers  


Can a constructor be static in c#?

0 Answers  


Do we get an error while executing the “finally” block in c#?

0 Answers  


How do I do a case-insensitive string comparison?

0 Answers  


If I have more than one version of one assemblies, then how'll I use old version (how/where to specify version number?)in my application?

0 Answers  






What is cshtml extension?

0 Answers  


Can private virtual methods be overridden in c#.net?

0 Answers  


What is a dimensional array?

0 Answers  


What is string programming language?

0 Answers  


What is serialization in dot net?

0 Answers  


Difference between value and reference type. What are value types and reference types?

0 Answers  


How do I stop my console from closing in c#?

0 Answers  


Categories