Skip to content

Debugging

The SUND toolbox supports some additional debugging options for the C++ code. Mostly, revolving the Simulation class.

sund.debug(mode)

Enables or disables debug mode for the SUND toolbox C++ components.

Parameters:

Name Type Description Default
mode bool

If True, enables debug mode. If False, disables debug mode.

required

sund.is_debug()

Checks if the SUND toolbox is in debug mode.