Created
November 26, 2008 17:06
-
-
Save hntrmrrs/29452 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment