New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 748706 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Dec 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

DevTools: [node.js] "Waiting for the debugger to disconnect..." doesn't wait any more.

Project Member Reported by paulir...@chromium.org, Jul 25 2017

Issue description

node: v8.1.2

Repro: 
1. get a project that uses eslint. like puppeteer or lighthous
2. node --inspect-brk node_modules/eslint/bin/eslint.js .
3. open devtools for node. Profiler tab. Start JS profiling.
4. Wait for "Waiting for the debugger to disconnect..." to show up
5. Then hit Stop on the profiler.
6. The button changes color but the "Recording..." state never finishes.



 
Tested with node v7.10.1 and it works as expected there.
Components: Platform>DevTools
This is a Node bug and there's a pending fix that should land within the next couple days: https://github.com/nodejs/node/pull/14463
Perfect!

Check out that test. Hah. :)

Okay thanks v much!
Status: Fixed (was: Assigned)

Sign in to add a comment