We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225f3b9 commit fe580ebCopy full SHA for fe580eb
src/inspector_agent.cc
@@ -36,6 +36,7 @@ const char DEVTOOLS_HASH[] = "521e5b7e2b7cc66b4006a8a54cb9c4e57494a5ef";
36
37
void PrintDebuggerReadyMessage(int port) {
38
fprintf(stderr, "Debugger listening on port %d.\n"
39
+ "Warning: This is an experimental feature and could change at any time.\n"
40
"To start debugging, open the following URL in Chrome:\n"
41
" chrome-devtools://devtools/remote/serve_file/"
42
"@%s/inspector.html?"
0 commit comments