DebuggingΒΆ
By default, NODES is optimized to execute applications as efficiently as possible in terms of performance, and will assume that
the application code is correct. Thus, it will not perform most runtime validity checks.
To enable validity checks, users must compile NODES enabling debug options, by passing the --enable-debug
flag at configure time.
This will enable many internal validity checks that may be violated when the application code is incorrect.
To debug an application with a regular debugger, please compile its code with the regular debugging flags.