-
Notifications
You must be signed in to change notification settings - Fork 30.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chrome devtools console method autocompletion for node is not working #56637
Comments
Your screenshot doesn't look like windows, please try that (e.g. win10 22h2). The issue may have something to do with the event loop implementation. Initially I was debugging an electron 17 app and noticed the lack of autocompletion when the app was idling. I can repro that with the latest electron 34 (default built-in app, just "electron --inspect").
In my repro example (just "node --inspect" or "electron --inspect") it is not running a busy loop. That would peg at least half a physical core.
There is no repro script. Its just plain "node --inspect" or "electron --inspect". In both cases, the app is idling, event loop is waiting for events. Since I observed the problem with plain node, that's what I focused on. |
In case you're running a script and breaking, don't. Just run "node --inspect". The problem does not manifest on a breakpoint. |
I can reproduce with the exact steps from the OP. @legendecas there is no script to run. The repro is |
Output with
|
Version
v22.13.0
Platform
Subsystem
No response
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
always
What is the expected behavior? Why is that the expected behavior?
The autocompletion method list is expected to pop up as it does for browser objects and as it used to for node:
What do you see instead?
No autocomplete method popup.
Additional information
Since this is working in Chrome 113, it appeared as a Chrome issue and was submitted on the Chrome bug tracker, but was closed with the following response:
https://issues.chromium.org/u/2/issues/390205856#comment5
The text was updated successfully, but these errors were encountered: