chrome-devtools-app
chrome-devtools-app copied to clipboard
Chrome DevTools packaged as an app via Electron
See https://github.com/auchenberg/chrome-devtools-app/blob/master/app/devtools_overrides/CustomInspectorFrontendHost.js
hi cloned the app npm install npm start window appears, empty, only blue bar at top (empty) and console says TypeError: undefined is not a function at setupMenubars (file:///home/martin/Downloads/chrome-devtools-app/app/app.js:136:19) at...
It would be good to have a demo of using this and the setup process for those who find it easier to visually understand rather than textually understand....me :-)
It looks like `SupportedCSSProperties.js` needs to be generated from the Chromium code-base, as the DevTools codebase has a Python script, https://chromium.googlesource.com/chromium/blink.git/+/master/Source/devtools/scripts/generate_supported_css.py, that pulls data from https://chromium.googlesource.com/chromium/blink.git/+/master/Source/core/css/CSSProperties.in, to generate the file....
The Workspaces feature doesnt work, as it relies on access to the local filesystem. It looks like the filesystem implementation in DevTools doesn't use the remote debugging protocol, but some...
When opening the Devtools, screen, the loading of DevTools itself is slow. The loading of DevTools takes places in an . DevTools should be pre-loaded within the iframe, or somehow...
Discover node-inspector targets to allow debugging of these.
Discover PonyDebugger targets to allow debugging of these.
RemoteDebug targets like chrome, firefox or node procesesses could expose themselves over MDNS, which easily could be discovered by this app. http://agnat.github.io/node_mdns/user_guide.html#service_types