Meteor 1.6 , Webstorm 2017.3. always show [INSPECTOR_ASYNC_STACK_TRACES_NOT_AVAILABLE] Warning

Webstorm version:2017.3

Meteor:1.6

Window 7 pro SP1

Chrome:  63.0.3239.132 (64bits)

After updated to Webstorm 2017.3. It always show the warning when debugging Meteor 1.6. I need to wait 5 minutes every time. How to fix it? Thank You

 

 

=> Started proxy.
=> A patch (Meteor 1.6.0.1) for your current release is available!
Update this project now with 'meteor update --patch'.
W20180116-18:02:50.328(8)? (STDERR) Debugger listening on ws://127.0.0.1:9229/b0df5f3e-3634-4937-8e60-66526e3da15e
W20180116-18:02:50.590(8)? (STDERR) For help see https://nodejs.org/en/docs/inspector
W20180116-18:02:50.590(8)? (STDERR) (node:50424) [INSPECTOR_ASYNC_STACK_TRACES_NOT_AVAILABLE] Warning: Warning: Async stack traces in debugger are not available on 32bit platforms. The feature is disabled.
=> Client modified -- refreshing
W20180116-18:07:41.673(8)? (STDERR) Debugger did not attach after 5 minutes; continuing.
=> Started your app.

 

 

0
1 comment

Warning comes from Meteor itself: the Windows distribution of Meteor uses a 32bit version of node on both 32bit and 64bit platforms, thus the issue. See https://github.com/meteor/meteor/issues/9163

5 mins delay is another Meteor issue - https://github.com/meteor/meteor/issues/9165

0

Please sign in to leave a comment.