deactivate SciMax Toolbox declare

SciMax Toolbox >> debugmode

debugmode

Option variable

debugmode

Description

Default value: false

When a Maxima error occurs, Maxima will start the debugger if debugmode is true. The user may enter commands to examine the call stack, set breakpoints, step through Maxima code, and so on. See debugging for a list of debugger commands.

Enabling debugmode will not catch Lisp errors.

deactivate SciMax Toolbox declare