DEBUGMAX parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
m (typos)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:DEBUGMAX parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
Line 10: Line 12:
<dd>[[Debugger|Janus Debugger]] and [[Debugger|Sirius Debugger]]
<dd>[[Debugger|Janus Debugger]] and [[Debugger|Sirius Debugger]]
<dt>Introduced
<dt>Introduced
<dd><var class="product">Sirius Mods</var> 6.8
<dd><var class="product">[[Sirius Mods]]</var> 6.8
</dl>
</dl>
==Description==
==Description==
This parameter sets the number of internal debugging control blocks that
This parameter sets the number of internal debugging control blocks that
will be allocated.
will be allocated.
One of these control blocks is required for each active ''Janus Debugger'' and ''Sirius Debugger''
One of these control blocks is required for each active <var class="product">Janus Debugger</var> and <var class="product">Sirius Debugger</var> session.
session.


Specify a DEBUGMAX value of at least the number of seats authorized by the sum of the
Specify a <var>DEBUGMAX</var> value of at least the number of seats authorized by the sum of the
authorization keys for the ''Janus Debugger'' and the ''Sirius Debugger''.
authorization keys for the <var class="product">Janus Debugger</var> and the <var class="product">Sirius Debugger</var>.
You can set it higher, however, if you anticipate getting a key in the future that adds seats.
You can set it higher, however, if you anticipate getting a key in the future that adds seats.


'''Note:''' The maximum number of concurrent debug sessions may never exceed the
<p class="note">'''Note:''' The maximum number of concurrent debug sessions may never exceed the
seat count of the key(s), no matter what value you specified for DEBUGMAX.
seat count of the key(s), no matter what value you specified for <var>DEBUGMAX</var>. </p>


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

Latest revision as of 17:28, 11 November 2014

Maximum debug worker threads

Summary

Default value
0
Parameter type
System
Where set
User 0 CCAIN parameters
Related products
Janus Debugger and Sirius Debugger
Introduced
Sirius Mods 6.8

Description

This parameter sets the number of internal debugging control blocks that will be allocated. One of these control blocks is required for each active Janus Debugger and Sirius Debugger session.

Specify a DEBUGMAX value of at least the number of seats authorized by the sum of the authorization keys for the Janus Debugger and the Sirius Debugger. You can set it higher, however, if you anticipate getting a key in the future that adds seats.

Note: The maximum number of concurrent debug sessions may never exceed the seat count of the key(s), no matter what value you specified for DEBUGMAX.