debugme
debugme copied to clipboard
Custom formatters
Could be implemented with an argument to debugme(), like debugme::debugme(formatter = debugme:::handle_dynamic_code(.)) . Perhaps even with the default formatter = ..
Can you give an example what a formatter would do?
glue(), or e.g. print the deparsed expression along with its value.
Makes sense.
Btw. we can also just switch to glue by default.
glue won't give me auto-deparse ;-) Or will it? CC @jimhester
@krlmlr I mean, we can still have formatters, and independently, we could switch to glue formatting as the default. (And provide the current default formatter as an option.)