Hi,
I have many function nodes that have custom logic's in them to process data.
These functions are bit long about 50 to 100 lines. Now its a big pain for me to debug the code.
Now I have 2 big head aches with this approach:
1. I cant debug my code. Is there any tool or module that I can use debug the code(I mean line by line not like using debug node)?
2. When any error occurs node-red doesn't help me giving the line and column number of the code. Is there any way to get the line number at-least?
Error will be just displayed like this:
"TypeError: Cannot set property 'l' of null"
SURPRISE: For couple of times I saw it displayed line number and column number.
But unfortunately I didn't take backup of code to check what made it to display line number and column number.
Is there any format that I should follow while coding to get line and column number?
With regards,
Nithin B.