I am new to node.js, and specifically I am trying to debug some grunt tasks. And I meet an annoying problem when try to debug it with node-debug.
The case is that it breaks on uncaught exception, and somehow there is some trying to get js/json with different path which results in exceptions before really entering my code.
So what I'd like to know is if there is a way to config by passing parameter or set globally to disable the feature that "break on uncaught exception".
I searched for days and have no good luck, so I am posting here for help. Thank you in advance!