Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Async stack traces not available on 32bit platforms, node outputs warning #321

Open
roblourens opened this issue Apr 5, 2018 · 10 comments
Assignees
Labels

Comments

@roblourens
Copy link
Member

roblourens commented Apr 5, 2018

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.

@githoniel
Copy link

githoniel commented Dec 10, 2018

any progress on this? my project is showing this annoy message too

@roblourens
Copy link
Member Author

I would take a PR

@rkaliamu
Copy link

Hi,
Any update on this issue.
I am also facing the same issue.
(node:7172) [INSPECTOR_ASYNC_STACK_TRACES_NOT_AVAILABLE] Warning: Warning: Async stack traces in debugger are not available on 32bit platforms. The feature is disabled.

@Serha31
Copy link

Serha31 commented Mar 13, 2019

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.
warning.js:18

@UniBreakfast
Copy link

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?

@Leonardoleo
Copy link

Hi. Go to VS Code. Then,click Debug => Start Without Debugging. @ use shortcut key,F5.
Happy coding! :)

@olgamarinova
Copy link

(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.
Windows 8, 64bit
I downloaded the 64bit version of VS code and Node.js and it still shows this.

@mevaldovi
Copy link

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.
(Use node --trace-warnings ... to show where the warning was created)

i tried running without debugging and restarted my computer, as well as reinstalling the program without extensions. None of these has worked so far.

@mementoMori-FCDK

This comment has been minimized.

@Abe-Telo
Copy link

Abe-Telo commented Jul 22, 2021

node --trace-warnings ...
Here is what i got when running node --trace-warnings ...

node --trace-warnings ... 
internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/home/pi/...'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)

Update*

Looks like this was answered here.

Install node.js 64bit

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

10 participants