Guest User

Untitled

a guest
Feb 21st, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Mods = [sets], rdbg:rdbg(5000, 1000, all, lists:foldl(fun(M, L) -> [{M,F1,[return,stack]} || F1 <- sets:to_list(lists:foldl(fun({F,_}, S) -> sets:add_element(F, S) end, sets:new(), proplists:get_value(exports, M:module_info())))] ++ L end, [], Mods)).
Add Comment
Please, Sign In to add comment