edbg icon indicating copy to clipboard operation
edbg copied to clipboard

exception with edbg:file() when trace file is empty

Open hshibuya-dd opened this issue 11 months ago • 0 comments

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)

hshibuya-dd avatar Mar 25 '24 20:03 hshibuya-dd