nietaki / rexbug

A thin Elixir wrapper for the redbug Erlang tracing debugger.
https://hexdocs.pm/rexbug/
MIT License
252 stars 15 forks source link

add missing print_pids option documentation #26

Closed nietaki closed 6 years ago

nietaki commented 6 years ago

It's not missing, it's not actually implemented in redbug.

iex(6)> :redbug.start('erlang:term_to_binary', [print_pids: true])
{:no_such_option, :print_pids}