console debug node js code example
Example 1: node red debug to console
//NODE-RED Show message in debug window
node.warn("msg");
node.error("msg");
Example 2: debug node
Debug Node : https://itnext.io/the-absolute-easiest-way-to-debug-node-js-with-vscode-2e02ef5b1bad