|
It's really pretty simple. STRDBG doesn't terminate the debug session
whereas RDi (by default) will end it when the program completes. (As
pointed out, this can be overridden with the 'Terminate debug session when
program completes' setting.)
In the default (where the debug session is terminated), the communication
can't be quick enough while RDi shuts down the debugging, etc. to be ready
to start another debug session when the SEP is hit again. i.e., The
program is called too quickly the second time. There are a whole slew of
things that happen when the debug session ends. If a job is already being
serviced, you can't start servicing it again (STRSRVJOB). The developers
had to choose to either terminate the debug session or leave it active.
They made the good choice of what fits for most cases. But they also were
wise enough and kind enough to give us the control to change that behavior
when we need it. When you uncheck the 'Terminate debug....' setting, the
session remains active so the program will break the next time it is
called.
STRDBG (green screen) you always have to terminate the servicing of the
job. (i.e., You have to enter the ENDSRVJOB command yourself.)
Way too wordy. I've got to get better at it, but I hope that clarifies
the problem.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.