I'm familiar with browser()
, trace()
, traceback()
, and options(error=recover)
. I'm also playing with the debug package, which looks nice. All of these put R miles ahead of other statistical packages I've worked with in terms of debugging facilities. But in comparison to compiled traditional languages, the picture seems less favorable. Which gives rise to two questions:
What debugging facility present in other languages do you miss the most?
Is it possible to add this functionality in R as it exists current, or does it require a compiler, etc.?
Edit: Eliminated my proposed entry since as was pointed out it does exist in R.