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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ The purpose is to provide a python client to connect to the debugger tools of a
8
8
9
9
**Currently supports** connecting to **Google-Chrome/Chromium** over the devtools protocol, via a wrapped websockets client. **Feel free to extend and add support for other browsers** as required.
10
10
11
+
For improved performance, install the wsaccel python lib https://pypi.org/project/wsaccel/
12
+
11
13
## Example Usage
12
14
13
15
Start Google-Chrome, passing a remote debugger port argument, for example on Ubuntu:
0 commit comments