If I run once and during the runtime assign values to variables they are persisted next time I run.
So for example I run and enter some data and store in variables. If I stop and re-run but breakpoint BEFORE I change the variables, I can see the old variable values are still assigned!
HELP!
Hello Dweezil,
The debugger is about to get a major overhaul. What steps to reproduce this problem?
-
Set a breakpoint
-
change a variable to a different value
-
restart the debugger
-
expect the value to be the same as before?
Regards,
M.Y. Developers
Hello Dweezil,
The debugger is about to get a major overhaul. What steps to reproduce this problem?
-
Set a breakpoint
-
change a variable to a different value
-
restart the debugger
-
expect the value to be the same as before?
Regards,
M.Y. Developers