-
-
Save samrose/5445676 to your computer and use it in GitHub Desktop.
dbg commands for Erlang
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dbg:tracer(). | |
dbg:p(all, c). | |
dbg:tpl(boss_router, x). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
that would be another way to invoke tracing on a specific functionality.