Hi guys,
I have a problem debugging my server-side unit test in IntellJ with installed meteor plugin and meteor 1.4.1.2
The meteor-test app is started with “meteor test --driver-package=practicalmeteor:mocha -p 3100”, but the debugger stopps at no manually set breakpoint. Surprisingly the debugger stopps at Javascript exception breakpoints if enabled.
Debugging the real application works flawlessly with IntelliJ.
Any ideas.