sidorares / crconsole

Remote JavaScript console for Chrome/Webkit
MIT License
262 stars 23 forks source link

Connect via extension ( chrome.debugger ) #9

Open sidorares opened 10 years ago

sidorares commented 10 years ago

It's not easy to enable debugger currently via --remote-debugging-port switch ( command line, need browser restart etc etc ). This should be simpllified

laseryuan commented 9 years ago

Wish this feature can be implemented. This seems to be the only possible way to do REPL driven development in terminal.

Update: I tried to use crmux to access a page tab from both chrome devtools and terminal. Hope to set a breaking point by devtools. But it can still only work with devtools or the crconsole.

sidorares commented 9 years ago

extensions still require exclusive access ( e.i when you open devtools extension is disabled ):

Opening embedded Developer Tools will terminate the remote connection and thus detach the extension.

What was the problem with crmux? I'm able to use crconsole and devtools both connected to crmux simultaneously

re original issue - it's high on my priority list, but unfortunately very busy with other things right now

laseryuan commented 9 years ago

Thanks for the explanation. I thought to use crmux to bypass the restriction.