auchenberg / chrome-devtools-app

Chrome DevTools packaged as an app via Electron
MIT License
1.58k stars 92 forks source link

adds task to run app with remote debugging #13

Closed shidel-dev closed 9 years ago

shidel-dev commented 9 years ago

Creates a grunt debug command which exposes remote debugging at port 9222. This is I think a preferable way to debug. This also allows the app to debug it's self, really cool!!

I am not sure that maintaing browser compatibility is worth the hassle, especially considering the node features needed to make this a fully fledged text editor (which I think is the real killer feature).

auchenberg commented 9 years ago

I think we should just enable remote debugging when running grunt run as it's intended for debug/development anyways. It doesnt hurt.

auchenberg commented 9 years ago

Added in, https://github.com/auchenberg/chrome-devtools-app/commit/43f48c6fbe4d43d7f288d6169c612e8b6402e3b3