Meteor debugging - anyone get it to work?
We've got a team of three devs trying to get debugging working (webStorm <> Meteor) but can't seem to crack it.
Our project don't run without this startup config file, but it seems webstorm is skipping it.
http://screencast.com/t/4Q3Phgkc3v
So we get these errors -- which would not happen if the config file was being executed. I guess it's basically a pathing issue, but not sure what else to try. Should I move my whole project into the user/bin/ folder?
meteor --once --settings '/Users/maxhodges/Documents/github/whiterabbitexpress/.config/development.json'
warning: still trying to confirm logout with www.meteor.com
=> Meteor 1.0 is available. Update this project with 'meteor update'.
I20141030-20:27:39.777(9)? Meteor._wrapAsync has been renamed to Meteor.wrapAsync
W20141030-20:27:39.895(9)? (STDERR)
W20141030-20:27:39.896(9)? (STDERR) /Users/maxhodges/.meteor/packages/meteor-tool/.1.0.33.1yp731d++os.osx.x86_64+web.browser+web.cordova/meteor-tool-os.osx.x86_64/dev_bundle/lib/node_modules/fibers/future.js:173
W20141030-20:27:39.897(9)? (STDERR) throw(ex);
W20141030-20:27:39.897(9)? (STDERR) ^
W20141030-20:27:39.899(9)? (STDERR) TypeError: Cannot read property 'saasu' of undefined
W20141030-20:27:39.899(9)? (STDERR) at app/both/lib/money.js:12:34
W20141030-20:27:39.899(9)? (STDERR) at app/both/lib/money.js:43:3
W20141030-20:27:39.899(9)? (STDERR) at /Users/maxhodges/Documents/github/whiterabbitexpress/.meteor/local/build/programs/server/boot.js:168:10
W20141030-20:27:39.900(9)? (STDERR) at Array.forEach (native)
W20141030-20:27:39.900(9)? (STDERR) at Function._.each._.forEach (/Users/maxhodges/.meteor/packages/meteor-tool/.1.0.33.1yp731d++os.osx.x86_64+web.browser+web.cordova/meteor-tool-os.osx.x86_64/dev_bundle/lib/node_modules/underscore/underscore.js:79:11)
W20141030-20:27:39.900(9)? (STDERR) at /Users/maxhodges/Documents/github/whiterabbitexpress/.meteor/local/build/programs/server/boot.js:82:5
Process finished with exit code 8
Please sign in to leave a comment.
Can you check if the problem persists when running webStorm from terminal? Just to make sure it is not the environment issue
I can try! But can you tell me how to *run webstorm from terminal*?
Thanks!
OK I found out how to run webStorm from Terminal. But I get the same result. When I try to Run the application, the errors I get indicate the settings file is being ignored for some reason.
meteor --once --settings '.config/development.json'
warning: still trying to confirm logout with www.meteor.com
=> Meteor 1.0 is available. Update this project with 'meteor update'.
I20141031-15:11:53.168(9)? Meteor._wrapAsync has been renamed to Meteor.wrapAsync
W20141031-15:11:53.267(9)? (STDERR)
W20141031-15:11:53.268(9)? (STDERR) /Users/maxhodges/.meteor/packages/meteor-tool/.1.0.33.1yp731d++os.osx.x86_64+web.browser+web.cordova/meteor-tool-os.osx.x86_64/dev_bundle/lib/node_modules/fibers/future.js:173
W20141031-15:11:53.268(9)? (STDERR) throw(ex);
W20141031-15:11:53.268(9)? (STDERR) ...
same as before