sokolovstas / SublimeWebInspector

Web Inspector allow you debug Javascript right in the editor
http://sokolovstas.github.com/SublimeWebInspector
MIT License
2.35k stars 92 forks source link

Use Web Inspector alongside Chrome Dev Tools #82

Open Cottin opened 9 years ago

Cottin commented 9 years ago

When having a debugging session opened and I open Dev Tools in Chrome, I get kicked out from debugging in Sublime. If I try to start a new debug session I can no longer choose localhost:8000 but instead it's been replaced by chromedevtools://.....

Is there any possibility of being able to both have Chrome Dev Tools opened and at the same time have a debug session opened in sublime?

danmoseley commented 9 years ago

Tentatively assigning to myself. There's no simple fix, but we're proposing a separate node server that would enable such multiplexing.