edbg
edbg copied to clipboard
A simple tty interface to the Erlang debugger and tracer.
When I haven't started any trace yet, I get: ``` > edbg:file(). ** exception error: bad argument in function binary_to_term/1 called as binary_to_term() in call from edbg_tracer:file/2 (src/edbg_tracer.erl, line 356)...
Starting from a particular function, it could be nice if any module referenced could be traced and/or suggested to be traced (perhaps use Xref?)
Make it possible to fold call chain blocks in the listed trace output. This would make it easier to ignore uninteresting deep function call chains.
Make it possible to edit (set/change) the stored edbg_trace.config from the shell.