Pref::ignoreNoDebug
--
controls debugging of proceduresPref::ignoreNoDebug(
TRUE)
allows debugging
of procedures
even if they have
the option noDebug
set.
Pref::ignoreNoDebug()
Pref::ignoreNoDebug(TRUE)
Pref::ignoreNoDebug(FALSE)
Pref::ignoreNoDebug(NIL)
Pref::ignoreNoDebug(
)
returns the current
value.Pref::ignoreNoDebug(
TRUE)
causes the
debugger to ignore the option noDebug
of procedures. This
allows to debug even such procedures.Pref::ignoreNoDebug(
NIL)
resets the
default value, which is FALSE
.Pref::ignoreNoDebug(
FALSE)
resets the
default value, which is FALSE
.