erlyberly icon indicating copy to clipboard operation
erlyberly copied to clipboard

erlang tracing for the masses

Results 29 erlyberly issues
Sort by recently updated
recently updated
newest added

Would it be useful if you were able to have erlyberly already start tracing after being connected? Passing in command line arguments, like, java -jar erlyberly.jar -trace M F A...

At the moment erlyberly highlights record and record field names in process state and for certain function patterns used by OTP behaviours where it is likely that a record is...

enhancement
help wanted
erlang

Pretty printing dicts would be nice. Something like: `if element(1, X) =:= dict then dict:to_list(X)`

enhancement
help wanted

While updating the process table, it can sometimes momentarily show zero rows when erlang processes do exist.

bug
java

I have multiple traces attached - I fire and event and get a trace - but I can't easily tell which trace triggered it - multiple arity fns with records...

enhancement
help wanted
java

Operation performed: I right clicked on a trace and clicked on the operation "Add Breaker". As a result, a new entry is added in the Trace window with function=BREAK Query:...

start project and input node name and cookie andthen throw java.io.IOException:Peer relied with status 'not_allowed' instead of "ok" but use the same params cat attach success, please tell me why

I am trying to trace/debug ct_netconfc module in order to understand its internals. I tried the ErlyBerly tracing application as mentioned below. But I could not Trace the module. Please...

Setup: I have connected an Erlang node to ErlyBerly. Set a trace for a function. Whenever the function is called, a trace is listed in the Trace window. Operation Performed:...