Skip to content

Instantly share code, notes, and snippets.

@paulcsmith
Created February 13, 2016 18:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulcsmith/41f22e8210efa028dda2 to your computer and use it in GitHub Desktop.
Save paulcsmith/41f22e8210efa028dda2 to your computer and use it in GitHub Desktop.
Tracing function calls in Elixir with dbg
:dbg.tracer
:dbg.p :all, :c
:dbg.tpl ModuleToTrace, :x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment