Sometimes I don't want to debug an expression, I want to debug all calls to a particular function. Would that belong in this package or a different library?
I'm imagining something like define/debug that works just like define but acts as if all callsites are wrapped in #R.
Sometimes I don't want to debug an expression, I want to debug all calls to a particular function. Would that belong in this package or a different library?
I'm imagining something like
define/debugthat works just likedefinebut acts as if all callsites are wrapped in#R.