-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.inspectorIssues and PRs related to the V8 inspector protocolIssues and PRs related to the V8 inspector protocol
Description
- Version: v7.0.0-nightly20160621ecc48a154d (21st Jun)
- Platform: Mac OS
- Subsystem: 10.9.5
Starting node as
node --debug-brk --inspect=9999
Then navigating to http://localhost:9999/json
Gives
[
{
description: "node.js instance",
devtoolsFrontendUrl: "https://chrome-devtools-frontend.appspot.com/serve_file/@521e5b7e2b7cc66b4006a8a54cb9c4e57494a5ef/inspector.html?experiments=true&v8only=true&ws=localhost:9999/node",
faviconUrl: "https://nodejs.org/static/favicon.ico",
id: "8622",
title: "node",
type: "node",
webSocketDebuggerUrl: "ws://localhost:9999/node"
}
]
When connecting to devtoolsFrontendUrl: https://chrome-devtools-frontend.appspot.com/serve_file/@521e5b7e2b7cc66b4006a8a54cb9c4e57494a5ef/inspector.html
Debugger listening on port 9999.
To start debugging, open the following URL in Chrome:
chrome-devtools://devtools/remote/serve_file/@521e5b7e2b7cc66b4006a8a54cb9c4e57494a5ef/inspector.html?experiments=true&v8only=true&ws=localhost:9999/node
node(8622,0x104801000) malloc: *** error for object 0x15: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
[1] 8622 abort node --debug-brk --inspect=9999
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.inspectorIssues and PRs related to the V8 inspector protocolIssues and PRs related to the V8 inspector protocol