r-lib / rlang

Low-level API for programming with R
https://rlang.r-lib.org
Other
489 stars 131 forks source link

Remove usage of `RDEBUG()` and `SET_RDEBUG()` #1727

Closed lionel- closed 5 days ago

lionel- commented 5 days ago

Part of #1706.

RDEBUG() and SET_RDEBUG() are used in env_is_browsed() and env_browse() respectively. These tools were added to support coro::coro_debug(). I'm just going to defunct them for now as this is not needed for essential functionality.