Skip to content

Instantly share code, notes, and snippets.

View dumbbell's full-sized avatar

Jean-Sébastien Pédron dumbbell

  • RabbitMQ
  • Paris, France
View GitHub Profile
@klyr
klyr / gist:6a213c6c2dd490f5ed43
Created January 16, 2015 10:23
Display all trace messages
%% Special thanks to Capflam
dbg:tracer(), dbg:p(all, call), dbg:tpl(mod, fun, dbg:fun2ms(fun(_) -> return_trace(), exception_trace() end)).