Possible Duplicate:
General suggestions for debugging R?
I've recently started using browser() in function definitions for debugging (a great tool!). I feel like print() debugging has been slowing my learning curve of built-in debugging tools. What are some others I've been missing?