Development Cycle

When a flow is modified, it needs to be redeployed. This will likely require exiting and restarting the debugger. The breakpoints and watchpoints can be preserved by saving the state before exiting. After restarting, they can be reloaded from the file, as shown below.

save state state.txt
end
... redeploy ...
tool Debugger
exec state.txt