MSIR.0918 Debugging terminated, DEBUGPAG exceeded.

From m204wiki
Revision as of 16:39, 9 November 2010 by 198.242.244.47 (talk) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.