erlyberly
erlyberly copied to clipboard
erlang tracing for the masses
This is the next step in making erlyberly safe to use in production. Currently, erlyberly receives trace messages to a process which then forwards them to the erlyberly node via...
Allow erlyberly to connect to multiple nodes, when a trace is applied, apply it to all nodes. - [ ] Show a list of nodes in the connection window -...
Show the traces in the call hierarchy instead of a flat table. Intended benefits: - Order of calls and when they return should be easier to read. - Origin of...
See screenshot where it is visible: https://twitter.com/arathunku/status/826852033584054273
per https://mobile.twitter.com/erlyberlytips/status/826899295819423744 ### Error ``` [erlyberly] java -jar target/*runnable.jar Gtk-Message: Failed to load module "atk-bridge" (java:22477): Gtk-WARNING **: Unable to locate theme engine in module_path: "adwaita", (java:22477): Gtk-WARNING **: Unable...
This can be reproduced by: 1) Start erlyberly and connect to a remote node => observe the process list to fill 2) use the disconnect button => observe the process...
erlyberly should be safe for production, or at least as safe as we can make it. Here are some thoughts on one possible solution. Comments welcome. ##### The UI crashes...
Screenshots from OSX and any Linux distribution are most welcome! If it is showing real world debugging, even better.
The following information about the UI should be stored in preferences: - Processes pane hidden - Modules pane hidden - Process pane width - Modules pane width - Width of...
It would be useful to have export/save functionality for the traces, or a preference that traces are appended to some DOT(.) file somewhere, just thinking that copy and paste with...