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 difference between value and reference types?

5 Answers   Accenture,


Can I use parseint?

0 Answers  


Who introduced c#?

0 Answers  


Where do I put dll files?

0 Answers  


what is dynamic sql

2 Answers   TCS, Wipro,


how to retrieve binary data from database (using c#.net and sql server/windows application)

2 Answers   Soltius,


Can we have the method in drived class with the same name which is there in base class?

6 Answers   TCS,


Structs are not reference types. Can structs have constructors?

0 Answers  


What do you mean by the delegate in c#?

0 Answers  


What is early binding and late binding

12 Answers   ABC, Infosys, TATA,


What does string intern do?

0 Answers  


What is helper method in c#?

0 Answers  


Categories