You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select the voice memos target from Inspectable Pages
This'll open a devtools inspecting voicememos (VM DT).
And you'll see this sorta URL in the omnibox: http://localhost:9222/devtools/inspector.html?ws=localhost:9222/devtools/page/8532blahblah
inspector inception time! Hit cmd-shift-i to open a new DevTools (DT^2) that's inspecting the VM DT.
In DT^2 go to Network panel. filter to look at just websocket
While your focus is in DT^2, hit cmd-r. This will reload VM DT (because in devtools, cmd-r reloads the page it inspects, rather than itself (which is actually bound to alt-r))
Add can_dock=true&dockSide=right& into the query parameters.
It'll now look like http://localhost:9222/devtools/inspector.html?experiments=true&can_dock=true&dockSide=right&ws=localhost:9222/devtools/page/8532blahblah
The text was updated successfully, but these errors were encountered:
Any requests here on what everyone's debugging needs are and how things could be better?
To get started.. here's some docs that I can drop into a real markdown file..
Inspecting DevTools' Protocol Traffic
http://localhost:9222/devtools/inspector.html?ws=localhost:9222/devtools/page/8532blahblah
cmd-r
. This will reload VM DT (because in devtools, cmd-r reloads the page it inspects, rather than itself (which is actually bound toalt-r
))Getting Device Mode UI
From Chrome DevTools Contribution Guide comes a technique for getting DeviceMode UI in the above approach:
can_dock=true&dockSide=right&
into the query parameters.http://localhost:9222/devtools/inspector.html?experiments=true&can_dock=true&dockSide=right&ws=localhost:9222/devtools/page/8532blahblah
The text was updated successfully, but these errors were encountered: