Skip to content

Commit fe580eb

Browse files
evanlucasFishrock123
authored andcommitted
inspector: print warning when used
This is done to note that this is an experimental feature. PR-URL: #7383 Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Ali Ijaz Sheikh <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 225f3b9 commit fe580eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/inspector_agent.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ const char DEVTOOLS_HASH[] = "521e5b7e2b7cc66b4006a8a54cb9c4e57494a5ef";
3636

3737
void PrintDebuggerReadyMessage(int port) {
3838
fprintf(stderr, "Debugger listening on port %d.\n"
39+
"Warning: This is an experimental feature and could change at any time.\n"
3940
"To start debugging, open the following URL in Chrome:\n"
4041
" chrome-devtools://devtools/remote/serve_file/"
4142
"@%s/inspector.html?"

0 commit comments

Comments
 (0)