Andy Till
Andy Till
@ruanpienaar I was considering it but concluded it would be too big of a change to do that, and maintain all of the features we already have.
@shezarkhani Would it still be vulnerable to overload in those 20 seconds?
A lot of this is implemented in #112: - Tracing stopped if the message queue of the tracer process grows too high. - UI drops trace logs if there are...
I could easily allow searches on module:fun/arity string, you can now even see multiple functions with by using a pipe i.e. `func1|func2`. A better but more involved way might be...
I have since needed this myself! The easy answer is to spawn another window that contains the trace list and filter field, and populate the filter with the function name...
Hi Ron Can you call `node()` (or the elixir equivalent) to double check that `wobble` is the full name of the node you're trying to connect to? It may be...
I'm able to reproduce this error when I run on java 9, only 8u20 or higher is supported. This is because of the module changes which appears to break all...
Is it possible that erlyberly was built with a different version of OTP than what you're running it on?
If you run erlyberly on OTP 22 and the application using OTP 20 (as in the issue description) there might be a problem. When erlyberly connects, it sends a beam...
@ruanpienaar repress that anger! There is the debugger, that is about it. I have wanted to add debug logging for a while but don't want to add a dep to...