devtools-backend
devtools-backend copied to clipboard
Standalone implementation of the Chrome DevTools backend to debug arbitrary web environments.
When I go on chrome://inspect in node I see this error: ERR! devtools-backend:Proxy Internal request failed http://192.168.42.11:9222/json/version Error: connect EMFILE 192.168.42.11:9222 - Local (undefined:undefined) (same for localhost) and if a...
Running devtools-backend behind an ssl reverse proxy is not working
Since this is about protocol support for non-chrome platforms, it seems worth it to add a list of "known compatible browsers" that this has been tested on. Also separately is...
Hi Christian, I manually injected the script in my app code. When I load the app on TV, the page is not loading. The devtool inspector shows my app and...
Hi @christian-bromann First of all, thanks for your amazing project (and thesis). I'm experiencing some problems on using your devtools-backend: running on my HbbTV the line `window.console = domains.Runtime.overwriteConsole.call(this, window.console)`...
I use proxy server locally to inject the script into the app running in the browser When the app name appears in the panel I click it and it tries...