-
-
Notifications
You must be signed in to change notification settings - Fork 35.3k
Node --inspect uuid #11701
Copy link
Copy link
Closed
Labels
duplicateIssues and PRs that are duplicates of other issues or PRs.Issues and PRs that are duplicates of other issues or PRs.inspectorIssues and PRs related to the V8 inspector protocolIssues and PRs related to the V8 inspector protocol
Metadata
Metadata
Assignees
Labels
duplicateIssues and PRs that are duplicates of other issues or PRs.Issues and PRs that are duplicates of other issues or PRs.inspectorIssues and PRs related to the V8 inspector protocolIssues and PRs related to the V8 inspector protocol
Currently chrome inspector creates unique session id to access from chrome:
When I try to run it automatically on remote host I could not parse it's output to extract this uuid. So it would be preferable to determine access token (instead of uuid) myself.