Skip to content

Instantly share code, notes, and snippets.

@samrose
Last active December 16, 2015 13:59
Show Gist options
  • Save samrose/5445676 to your computer and use it in GitHub Desktop.
Save samrose/5445676 to your computer and use it in GitHub Desktop.
dbg commands for Erlang
dbg:tracer().
dbg:p(all, c).
dbg:tpl(boss_router, x).
@kotedo
Copy link

kotedo commented Apr 23, 2013

dbg:tpl({mymodel, myfunction, '_'}, x).

that would be another way to invoke tracing on a specific functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment