Initializing help system before first use

XPRMsetsdmax

XPRMsetsdmax


Purpose
Set the maximum depth of a stack dump.
Synopsis
void XPRMsetsdmax(int sdmax);
Argument
sdmax 
maximum number of levels to report
Further information
After a runtime error Mosel may report the content of the call stack for debugging purposes. This function defines the maximum number of levels to display in such a case. Using a value smaller than 1 disables stack dumps (this is the default).
Related topics