DEBUGPAG parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
m (typos)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Template:DEBUGPAG parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
Line 12: Line 14:
<dd><var class="product">[[Sirius Mods]]</var> 6.8
<dd><var class="product">[[Sirius Mods]]</var> 6.8
</dl>
</dl>
==Description==
==Description==
This numeric parameter specifies the upper limit of the CCATEMP page allowance for
This numeric parameter specifies the upper limit of the CCATEMP page allowance for
a debugging session for the ''Janus Debugger'' or ''Sirius Debugger''.
a debugging session for the <var class="product">Janus Debugger</var> or <var class="product">Sirius Debugger</var>.
The Debugger uses CCATEMP pages for its audit trail and source code lines.
The Debugger uses CCATEMP pages for its audit trail and source code lines.


If you are going to debug large programs (more than 1000 lines in a single request),
If you are going to debug large programs (more than 1000 lines in a single request),
increase the DEBUGPAG setting to, say, 250. Its maximum is 25000.
increase the <var>DEBUGPAG</var> setting to, say, 250. Its maximum is 25000.
 
The default DEBUGPAG setting was changed from 10 to 100 in <var class="product">Sirius Mods</var> Version 6.9.


[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 17:30, 11 November 2014

Maximum debug CCATEMP pages

Summary

Default value
100
Parameter type
System
Where set
System manager resettable
Related products
Janus Debugger and Sirius Debugger
Introduced
Sirius Mods 6.8

Description

This numeric parameter specifies the upper limit of the CCATEMP page allowance for a debugging session for the Janus Debugger or Sirius Debugger. The Debugger uses CCATEMP pages for its audit trail and source code lines.

If you are going to debug large programs (more than 1000 lines in a single request), increase the DEBUGPAG setting to, say, 250. Its maximum is 25000.