Hi all,
When I connect to the debug interface, I have to press “continue” many, many times because it breaks every on uncaught “Error: ENOENT, no such file or directory” exception. These exceptions are harmless and expected since Meteor runs normally in non-debug mode.
I can’t figure out how to disable “break on uncaught exceptions” - does anyone know how?
I don’t know if this is a new problem. Previously, I would change the “debug-brk” to “debug” and then connect after startup, but that doesn’t seem to work since my last Meteor upgrade.
Any help or pointers would be appreciated.
Graeme