Skip to content

Commit

Permalink
easier erlang tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
joelreymont committed Jul 16, 2009
1 parent fd06a9d commit e0f5c82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/t.erl
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@

-include_lib("stdlib/include/ms_transform.hrl").

%%% t:t(lists), t:t([lists, gb_trees]), t:t({lists,reverse}),
%%% t:t([{lists,reverse}, gb_trees]) or any combination thereof
%%% will enable tracing for you. t:ut() will disable it.

ut() ->
dbg:ctp().

Expand Down

0 comments on commit e0f5c82

Please sign in to comment.