christoomey / dotfiles

My vim, zsh, git, tmux, and other config files and utility scripts.
MIT License
465 stars 31 forks source link

Vim plugin to interact with chrome remote debugger #86

Open christoomey opened 10 years ago

christoomey commented 10 years ago

Chrome allows for remote debugging over websockets: https://www.webkit.org/blog/1875/announcing-remote-debugging-protocol-v1-0/

Take advantage of this in Vim ala the Sublime Web Inspector package: https://github.com/sokolovstas/SublimeWebInspector