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 default access modifier for class in c#?

1 Answers  


What is the partial class in C# What is the use of partial class in C#?

6 Answers   CTS,


What is the use of ienumerable?

1 Answers  


Does c# support parameterized properties?

1 Answers  


How to make a class not inheritable other than sealed?

3 Answers  


What is the ouput of the following program?

1 Answers  


What happens if the inherited interfaces have conflicting method names?

1 Answers  


If u declare two interfaces withsame methodnmae .prototype how can u call the particular method from class?

4 Answers   Microsoft,


What is stringwriter c#?

1 Answers  


What is default access specifier for class in c#?

1 Answers  


So how do you retrieve the customized properties of a .NET application from XML .config file? Can you automate this process ?

1 Answers  


What is system predicate?

1 Answers  


Categories