Skip to content

debugger

Debugger dataclass

Debugger relying on ndsl.debug.config for setup capable of doing automatic data save on external configuration.

save_as_dataset(data_as_dict, savename, is_in)

Save dictionary of data to NetCDF

Note: Unknown types in the dictionary won't be saved.

DebuggerStartFrom dataclass

The StartFrom configuration aims at delaying the debugger recording until a certain NDSLRuntime is called N times. After that, recording is allowed.