Skip to content

Commit de4720f

Browse files
ono-maxko1
authored andcommitted
Update URL example for Chrome in README
1 parent 19b4dde commit de4720f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -438,12 +438,12 @@ $ rdbg target.rb --open=chrome
438438
DEBUGGER: Debugger can attach via TCP/IP (127.0.0.1:43633)
439439
DEBUGGER: With Chrome browser, type the following URL in the address-bar:
440440
441-
devtools://devtools/bundled/inspector.html?ws=127.0.0.1:43633
441+
devtools://devtools/bundled/inspector.html?v8only=true&panel=sources&ws=127.0.0.1:57231/b32a55cd-2eb5-4c5c-87d8-b3dfc59d80ef
442442
443443
DEBUGGER: wait for debugger connection...
444444
```
445445

446-
Type `devtools://devtools/bundled/inspector.html?ws=127.0.0.1:43633` in the address-bar on Chrome browser, and you can continue the debugging with chrome browser.
446+
Type `devtools://devtools/bundled/inspector.html?v8only=true&panel=sources&ws=127.0.0.1:57231/b32a55cd-2eb5-4c5c-87d8-b3dfc59d80ef` in the address-bar on Chrome browser, and you can continue the debugging with chrome browser.
447447

448448
Also `open chrome` command works like `open vscode`.
449449

misc/README.md.erb

+2-2
Original file line numberDiff line numberDiff line change
@@ -438,12 +438,12 @@ $ rdbg target.rb --open=chrome
438438
DEBUGGER: Debugger can attach via TCP/IP (127.0.0.1:43633)
439439
DEBUGGER: With Chrome browser, type the following URL in the address-bar:
440440

441-
devtools://devtools/bundled/inspector.html?ws=127.0.0.1:43633
441+
devtools://devtools/bundled/inspector.html?v8only=true&panel=sources&ws=127.0.0.1:57231/b32a55cd-2eb5-4c5c-87d8-b3dfc59d80ef
442442

443443
DEBUGGER: wait for debugger connection...
444444
```
445445

446-
Type `devtools://devtools/bundled/inspector.html?ws=127.0.0.1:43633` in the address-bar on Chrome browser, and you can continue the debugging with chrome browser.
446+
Type `devtools://devtools/bundled/inspector.html?v8only=true&panel=sources&ws=127.0.0.1:57231/b32a55cd-2eb5-4c5c-87d8-b3dfc59d80ef` in the address-bar on Chrome browser, and you can continue the debugging with chrome browser.
447447

448448
Also `open chrome` command works like `open vscode`.
449449

0 commit comments

Comments
 (0)