Previous: Synchronising Breakpoints, Up: Debugger


3.2.5 Saving and Restoring Debugger State

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.

C-c C-d S
Save the set of breakpoints and interpreted modules inside Emacs. (edb-save-dbg-state)
C-c C-d R
Restore Emacs's saved debugger state to the Erlang node. (edb-restore-dbg-state)