andytill / erlyberly

erlang tracing for the masses
https://twitter.com/erlyberlytips
GNU General Public License v3.0
694 stars 43 forks source link

Decompile funs to erlang source plus misc fixes #100

Closed andytill closed 8 years ago

andytill commented 8 years ago

Decompile funs to source code.

screen shot 2016-04-30 at 09 59 55 screen shot 2016-04-30 at 09 58 38

The the tracer process inside the remote node now pushes trace logs to erlyberly rather than erlyberly polling for them. This reduces the number of rpc calls being made, which increases the pid numbers.

Fixed some mis-licensing. Trying to get proper attributions and license headers for all the code being used.