Checks to see if the input DLL (a.k.a. shared object) is loaded.
assert_is_debugged(x, severity = getOption("assertive.severity", "stop"))is_debugged(x, .xname = get_name_in_parent(x))
is_debugged
wraps isdebugged
, providing
more information on failure. assert_is_debugged
returns nothing but
throws an error if is_debugged
returns FALSE
.
Input to check.
How severe should the consequences of the assertion be?
Either "stop"
, "warning"
, "message"
, or "none"
.
Not intended to be used directly.