Skip to content

Commit 558af5d

Browse files
author
Eugene Ostroukhov
committed
Prompt to open URL instead of starting the browser with a flag
1 parent d200014 commit 558af5d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/inspector_agent.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -377,9 +377,9 @@ void Agent::WorkerRun() {
377377
OnSocketConnection);
378378
}
379379
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_);
380+
printf("Navigate to chrome-devtools://devtools/remote/serve_file/"
381+
"@4604d24a75168768584760ba56d175507941852f/inspector.html?"
382+
"&experiments=true&ws=localhost:%d/node\n", port_);
383383
} else {
384384
fprintf(stderr, "Unable to open devtools socket: %s\n", uv_strerror(err));
385385
assert(false);

0 commit comments

Comments
 (0)