Macaulay2
»
Documentation
Packages
»
Macaulay2Doc
::
debugError
next
|
previous
|
forward
|
backward
| up |
index
|
toc
debugError -- a function to debug
Synopsis
Usage:
debugError()
Description
In certain situations, after an error occurs, the offending code, in the form of a function, will be stored in the variable
debugError
, so the user can debug it by running it.
For the programmer
The object
debugError
is
a
compiled function
.