chrome-devtools-app icon indicating copy to clipboard operation
chrome-devtools-app copied to clipboard

Chrome DevTools packaged as an app via Electron

Results 19 chrome-devtools-app issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/30018565/160464369-a2ded2d4-07f3-4e10-9c11-fed1e4693c98.png)

@sandipchitale has written a really nice chrome app that has a very similar approach, but it's targeted at allowing you to define which devtools frontend you use. This also means...

By browsing the [Stetho](https://github.com/facebook/stetho/) source code, it seems like `chrome://inspect` is using Unix sockets to discover remote debug endpoints on the network. At least Stetho opening a socket on `stetho_PROCESSNAME_devtools_remote`,...

I'd like to use this project to remote debug a browser window I have running on another network computer. If this project can debug processes on localhost:port, then we should...

I changed a node app to use inspect on 5959 and it seems to not find it. I see some issues referring to a port scanning utility, but perhaps I'm...

![image](https://user-images.githubusercontent.com/12730220/28313279-d6e55a92-6be8-11e7-8af3-9023e20c80dd.png)

this looks like an awesome project. How viable would this be to integrate with other inspectors built on top of chrome dev tools? I am wondering about Ember JS inspector...

enhancement
help wanted

It would be great if this app could be launched without requiring a target, so one could use certain features like the heap snapshot file analysis/comparison, which doesn't really require...

enhancement

Discover ChromeCast devices using MDNS, and make them appear in the list, if port 9222 is pingable. Chrome feature request: https://code.google.com/p/chromium/issues/detail?id=444884

enhancement