View Source edb_bootstrap (edb_core v0.4.0)
Code needed to initialize a debuggee node on attach.
Summary
Types
-type injectable_module() :: {module(), binary(), file:filename()}.
Functions
-spec bootstrap_debuggee(Debugger, PauseAction) -> ok | {error, Reason} when Debugger :: node(), PauseAction :: pause | keep_running, Reason :: edb:bootstrap_failure().