BREAK COUNT {ON|OFF}
BREAK COUNT {ON|OFF} is similar to BREAK ALL {ON|OFF} execept
that it is counted (ie. two BREAK COUNT OFFs requires BREAK
COUNT ON to be executed twice) so that it can safely be used
in procedures where the BREAK COUNT setting is unknown on
entry. It is the intention that code in a BREAK COUNT OFF
... BREAK COUNT ON sections cannot be interrupted by anything.
|