Cassette hooks only for own module functions

Is there a way to specify Cassette in such a way that there are only prehooks and posthooks for each function of my own module? Would like to get a high level stack trace with my function names, arguments and the return.

Edit: Or is there some kind of other package like Debugger, Rebugger which can do that?

1 Like