Variable stack not refreshed each time

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?

  1. Set a breakpoint

  2. change a variable to a different value

  3. restart the debugger

  4. 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?

  1. Set a breakpoint

  2. change a variable to a different value

  3. restart the debugger

  4. expect the value to be the same as before?

Regards,

M.Y. Developers