MSIR.0918 Debugging terminated, DEBUGPAG exceeded.: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "A Sirius/Janus Debugger session was terminated because the session required more than DEBUGPAG pages to hold Debugger work info. Since the bulk of required space for the Debugger...")
 
m (1 revision)
(No difference)

Revision as of 16:58, 9 November 2010

A Sirius/Janus Debugger session was terminated because the session required more than DEBUGPAG pages to hold Debugger work info. Since the bulk of required space for the Debugger is to hold the source lines of the procedures being compiled (after dummy string substitution), this suggests that the Debugger is being used against large procedures. DEBUGPAG should probably be increased (in the user0 system parameters), though it might be a good idea to also increase the size of CCATEMP before doing so, if there will be many concurrent debugger sessions.