We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d200014 commit 558af5dCopy full SHA for 558af5d
1 file changed
src/inspector_agent.cc
@@ -377,9 +377,9 @@ void Agent::WorkerRun() {
377
OnSocketConnection);
378
}
379
if (err == 0) {
380
- printf("Start Chrome Canary with the "
381
- "'--remote-debugging-targets=localhost:%d' "
382
- "command line option and navigate to 'chrome://inspect'\n", port_);
+ printf("Navigate to chrome-devtools://devtools/remote/serve_file/"
+ "@4604d24a75168768584760ba56d175507941852f/inspector.html?"
+ "&experiments=true&ws=localhost:%d/node\n", port_);
383
} else {
384
fprintf(stderr, "Unable to open devtools socket: %s\n", uv_strerror(err));
385
assert(false);
0 commit comments