Pref::ignoreNoDebug --
controls debugging of procedures
IntroductionPref::ignoreNoDebug(TRUE) allows debugging
of procedures even if they have
the option noDebug set.
Call(s)Pref::ignoreNoDebug()
Pref::ignoreNoDebug(TRUE)
Pref::ignoreNoDebug(FALSE)
Pref::ignoreNoDebug(NIL)
Returns
Related
Functions
DetailsPref::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.