How to debug a function Node?

If you really want to debug - use a debugger :slight_smile:

Lots of clues on the forum


demo of debugging a function node...

While running with vscode debugger attached, use the keyword debugger to instruct the debugger to stop...

Real debugging...

1 Like