Disabling the automatic saving and restoring of breakpoints, monitors, and settings
To disable automatic saving of breakpoints and monitors, you must ensure that the following settings are in effect:
SET SAVE BPS NOAUTO;
SET SAVE MONITORS NOAUTO;
To disable automatic saving of settings, you must ensure that the SET
SAVE SETTINGS NOAUTO;
setting is in effect.
To disable automatic restoring of breakpoints and monitors, you must ensure that the following settings are in effect:
SET RESTORE BPS NOAUTO;
SET RESTORE MONITORS NOAUTO;
To disable automatic restoring of settings, you must ensure that
the SET RESTORE SETTINGS NOAUTO;
setting is in effect.
If you disable the automatic saving of any of these values, the last saved data is still present in the appropriate data sets. Therefore, you can restore from these data sets. Be aware that this means you will restore values from the last time the data was saved which might not be from the last time you ran z/OS® Debugger.