View Source edb_bootstrap (edb_core v0.4.0)

Code needed to initialize a debuggee node on attach.

Summary

Types

injectable_module/0

-type injectable_module() :: {module(), binary(), file:filename()}.

Functions

bootstrap_debuggee(Debugger, PauseAction)

-spec bootstrap_debuggee(Debugger, PauseAction) -> ok | {error, Reason}
                            when
                                Debugger :: node(),
                                PauseAction :: pause | keep_running,
                                Reason :: edb:bootstrap_failure().