Computer Science, asked by wwwvinodalax6946, 9 months ago

Is it possible to change the value of a variable while b be debuggging a c#?

Answers

Answered by Anonymous
2

Hey mate ☺️

In VS, there is the command/immediate window (when debugging, under the Debug -> Windows menu) which allows you to change variable values. A more visual way is the Variable window. Double-click the variables value in the Watch, Local or Auto's window. You can also do this from the immediate window.

I Hope it helps you ☺️ ✌️ ✌️

Similar questions