r-lib / debugme

Easy and efficient debugging for R packages
https://r-lib.github.io/debugme/
Other
149 stars 10 forks source link

Auto-debug packages #8

Open gaborcsardi opened 8 years ago

gaborcsardi commented 8 years ago

Even if they don't explicitly support debugme. Just add traces to both at the beginning and end of functions. Could be a little too much, though.

krlmlr commented 5 years ago

Implemented in {tron}: https://github.com/nfultz/tron.

krlmlr commented 5 years ago

Also RDT: http://riotworkshop.github.io/abstracts/riot-2019-dynamic-tracing.pdf, presented at http://riotworkshop.github.io/ 2019.