API Reference replbug v1.0.1
modules
Modules
Utility for pulling the function call traces into your IEx shell for further analysis and experimentation. The code is built on top of Rexbug (https://github.com/nietaki/rexbug). Motivation: Rexbug provides a convenient way of tracing function calls by printing the trace messages to IEx shell and/or the external file. In addition, Replbug allows to materialize traces as a variable, and then analyze the call data in IEx for debugging, experimentation, collecting stats etc.
Provides the print handler and helper functions for writing custom
print handlers for Rexbug
. You shouldn't need to use it directly
unless you want to implement a print handler yourself.
Utility module for translating Elixir syntax to the one expected by
:redbug
.