Erlyberly Versions Save

erlang tracing for the masses

0.5.4

8 years ago

Show record and record name field names when displaying process state.

0.5.3

9 years ago

Seq trace support in the UI, still experimental.

0.5.2

9 years ago

Get the state for OTP compliant processes.

0.5.1

9 years ago

Most inter-node calls now do not use the UI thread so less UI freezing.

Fixed an if statement that prevented the connection alive checking thread from running.

Some minor UI changes.

0.5.0

9 years ago
  • Support for R17 maps. Traces with maps would previously be dropped, with an exception.
  • Fixed an NullPointerException that could cause traces not to be shown
  • Other minor fixes and improvements

0.4.1

9 years ago

Correctly show if a function is traced after a module refresh.

0.4.0

9 years ago

Filter all the things.

0.3.0

9 years ago

Allowed the processes and modules to be fully hide-able.

0.2.3

9 years ago

Minor but satisfying fixes.

0.2.2

9 years ago
  • Style function calls that have not completed yet
  • Fixed NPE when click functions that have not completed yet
  • Show incoming results in an already opened term viewer
  • Added an alive checker, so user actions do not discover the node is down