Previous: Synchronising Breakpoints, Up: Debugger
The overall debugger state (set of breakpoints and interpreted modules) can be temporarily saved inside Emacs and then restored to the Erlang node. This is particularly useful when you want to restart the Erlang node and then continue debugging where you left off: you just save the debug state, restart the node, and then restore.
edb-save-dbg-state
)
edb-restore-dbg-state
)