-
Notifications
You must be signed in to change notification settings - Fork 119
Async stack traces not available on 32bit platforms, node outputs warning #321
Comments
any progress on this? my project is showing this annoy message too |
I would take a PR |
Hi, |
I'm facing this problem too : [INSPECTOR_ASYNC_STACK_TRACES_NOT_AVAILABLE] Warning: Warning: Async stack traces in debugger are not available on 32bit platforms. The feature is disabled. |
Is there any setting to disable this? Every time I debug node (many many times a day) it shows me four lines of these warnings (two messages that are almost identical). And I really don't need them. I get it. It doesn't like my 32bit system. And I won't get async debugger. Fine. Can it stop "yelling" on me about it? |
Hi. Go to VS Code. Then,click Debug => Start Without Debugging. @ use shortcut key,F5. |
(node:5792) [INSPECTOR_ASYNC_STACK_TRACES_NOT_AVAILABLE] Warning: Warning: Async stack traces in debugger are not available on 32bit platforms. The feature is disabled. |
I am also getting the same error (node:2620) [INSPECTOR_ASYNC_STACK_TRACES_NOT_AVAILABLE] Warning: Warning: Async stack traces in debugger are not available on 32bit platforms. The feature is disabled. i tried running without debugging and restarted my computer, as well as reinstalling the program without extensions. None of these has worked so far. |
This comment has been minimized.
This comment has been minimized.
Update* Looks like this was answered here. Install node.js 64bit |
Debugging on 32-bit linux,
[INSPECTOR_STACK_TRACES_NOT_AVAILABLE] ...
We should detect this and not try to enable the feature, because the warning is ugly.
The text was updated successfully, but these errors were encountered: