-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use Inspector.json instead of handwritten protocol.js #1
Conversation
Use Inspector.json instead of handwritten protocol.js and include a simple REPL
Using |
Cool. I'm doing vim-based debugger with your module |
Glad to hear that! If it's ok for you I'd like to list you as a contributor in |
Sure. API feature request: list tabs (as a copy from connection phase or as a new http request) and switch to a new connection. |
I'll open an issue for that... Edit: #2. |
feat: add sendRaw function
Instead of handwritten protocol.js now Inspector.json from webkit is used. Also included a simple repl