We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6fc579 commit 7eb702dCopy full SHA for 7eb702d
lib/debug/server.rb
@@ -347,7 +347,7 @@ def chrome_setup
347
require_relative 'server_cdp'
348
349
unless @chrome_pid = UI_CDP.setup_chrome(@addr)
350
- DEBUGGER__.warn <<~EOS if CONFIG[:open_frontend] == 'chrome'
+ DEBUGGER__.warn <<~EOS
351
With Chrome browser, type the following URL in the address-bar:
352
353
devtools://devtools/bundled/inspector.html?v8only=true&panel=sources&ws=#{@addr}/#{SecureRandom.uuid}
0 commit comments