powered by
Checks whether startup debug is on or not
is_debug_on()
Returns TRUE is debug is enabled and FALSE otherwise.
TRUE
FALSE
The debug mode is when startup() is called, either explicitly via argument debug or via environment variable R_STARTUP_DEBUG.
startup()
debug
R_STARTUP_DEBUG