Skip to content

Commit

Permalink
Prompt to open URL instead of starting the browser with a flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Ostroukhov committed May 11, 2016
1 parent d200014 commit 558af5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/inspector_agent.cc
Original file line number Diff line number Diff line change
Expand Up @@ -377,9 +377,9 @@ void Agent::WorkerRun() {
OnSocketConnection);
}
if (err == 0) {
printf("Start Chrome Canary with the "
"'--remote-debugging-targets=localhost:%d' "
"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_);
} else {
fprintf(stderr, "Unable to open devtools socket: %s\n", uv_strerror(err));
assert(false);
Expand Down

0 comments on commit 558af5d

Please sign in to comment.