Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » debugging » recursionLimit
next | previous | forward | backward | up | index | toc

recursionLimit -- set the limit on recursion

Description

Each time a function is called, the recursion depth is incremented by 1, and each time a function returns, the recursion depth is decremented. This limit on recursion depth is a way to detect infinite loops.

For the programmer

The object recursionLimit is an integer.


The source of this document is in Macaulay2Doc/ov_debugging.m2:341:0.