View Source edb_server_code (edb v0.3.0)

Summary

Types

beam_lib_form/0

-type beam_lib_form() :: erl_parse:abstract_form() | erl_parse:form_info().

beam_lib_forms/0

-type beam_lib_forms() :: [beam_lib_form()].

line/0

-type line() :: edb:line().

Functions

fetch_fun_block_surrounding(Module, Line)

-spec fetch_fun_block_surrounding(module(), line()) -> {ok, [line()]} | {error, Error}
                                     when Error :: no_abstract_code | {beam_analysis, term()}.