Skip to content
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

Chrome Dev Tools remote protocol #26

Open
4 tasks
sidorares opened this issue Sep 1, 2014 · 0 comments
Open
4 tasks

Chrome Dev Tools remote protocol #26

sidorares opened this issue Sep 1, 2014 · 0 comments

Comments

@sidorares
Copy link
Owner

It would be great to have CDT debugger support at some point

links to start with:
https://github.com/sidorares/crconsole/
https://github.com/cyrus-and/chrome-remote-interface
CDT over adb:
https://github.com/sidorares/node-adbhost
https://github.com/sidorares/node-streamagent

  • identify common required api we use: breakpoint event, backtrace, set breakpoint, get script, eval on frame, step (next|in|out|continue)
  • create wrapper around v8 anc CDT clients exposing one single API
  • allow full uri as --debugger key value ( and allow multiple --debugger parameters ). Example: --debugger=v8://localhost:5858 --debugger=cdt://localhost:9222/tab-id --debugger=cdt-adb://phone-ip:5555/tab-id
  • add repl command :attach uri. Example: having cluster started with --debug-brk we sould be able to connect to all workers with :attach 5859 + :attach 5860
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant