Andy Till
Andy Till
Erlyberly could show the names of function arguments above the values for function arguments in the term tree. Below is a screenshot of annotated records, it might look similar to...
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...
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...
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...
While updating the process table, it can sometimes momentarily show zero rows when erlang processes do exist.
Hi There When creating a FontAwesomeIconView using char constructor like below: ``` new FontAwesomeIconView(FontAwesomeIcon.ICON_EDIT.getUnicode()) ``` I get the following exception: ``` A bound value cannot be set. /C:/workspace/estimate/estimate/target/classes/atill/markdownfx/mdeditor-viewer.fxml /C:/workspace/estimate/estimate/target/classes/projmon/gui/taskForm.fxml:102 at...