New issue
Advanced search Search tips

Issue 906483 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Nov 27
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 1
Type: Bug-Regression



Sign in to add a comment

DevTools: dedicated Node.js frontend does not work

Project Member Reported by kozy@chromium.org, Nov 19

Issue description

Chrome Version: 72.0.3614.0
OS: MacOS

What steps will reproduce the problem?
(1) go to chrome://inspect and open dedicated DevTools frontend for Node.js
(2) run node --inspect from terminal

What is the expected result?
DevTools attach to Node.js target and allow to debug/inspect it.

What happens instead?
DevTools detect Node.js target, send a bunch of protocol commands but never receive an ack.

I suspect https://chromium-review.googlesource.com/c/chromium/src/+/1321854 but did not bisect this one.
 
Cc: dgozman@chromium.org
Owner: alph@chromium.org
Alph, mind taking a look?
Owner: dgozman@chromium.org
Status: Fixed (was: Assigned)
Labels: Needs-Feedback
Tried testing this issue on Mac OS 10.14.1 on the reported version 72.0.3614.0 and the latest M-72 72.0.3624.0 by following the below steps.

1. Launched Chrome and navigated to chrome://inspect.
2. Clicked on 'Open dedicated DevTools for Node'.
3. From terminal ran 'node --inspect' and could see message like 'Debugger listening on ws://127.0.0.1:9229/4b22420e-2732-4e15-9d62-331c9d178253 For help see https://nodejs.org/en/docs/inspector' on terminal.
The same behavior is observed on the reported version.

Attached is the screen cast for reference.

dgozman@ Request you to check and confirm if anything is missed from our end in verifying the issue and help us to verify the fix on the latest M-72 build.

Thanks...
906483.mp4
721 KB View Download

Sign in to add a comment