:dbg.tracer() # Or replace the `_` with a function name to trace just that function :dbg.tpl(MyModule, :_, []) :dbg.p(:all, :call) # Then at the end to clear the tracing :dbg.stop_clear()
Post a comment
Log in or sign up to comment on this bit
Comments
Wow, that is really cool. I will definitely be using this!
albydarned, 2 years ago