Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fe580eb

Browse filesBrowse 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 <myles.borins@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 225f3b9 commit fe580eb
Copy full SHA for fe580eb

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Collapse file

‎src/inspector_agent.cc‎

Copy file name to clipboardExpand all lines: src/inspector_agent.cc
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.