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

List down the commonly used types of exceptions in .net

0 Answers  


What standard types does c# use?

0 Answers  


How Global.asax is used ?

0 Answers   Siebel,


Why do we use yield in c#?

0 Answers  


What are Memory foot print of an exe?

0 Answers   MCN Solutions,






What is the default value of guid in c#?

0 Answers  


What is .net console?

0 Answers  


Why do we use interface in c#?

0 Answers  


What is state c#?

0 Answers  


Will finally block get executed if the exception had not occurred?

2 Answers  


Does console.writeline() stop printing when it reaches a null character within a string?

0 Answers  


Can hashset contain duplicates c#?

0 Answers  


Categories