I found two functions really necessary: First when I have set debug()
on several functions and I have resolved the bug, so I want to undebug()
all functions - not one by one. The undebug_all()
function added as the accepted answer here is the best.
Second, when I have defined many functions and I am looking for a specific variable name, it's hard to find it within all results of the the ls()
, including the function names. The lsnofun()
function posted here is really good.