Support for `--remote-debugging-pipe`
I think adding support for `--remote-debugging-pipe` would be beneficial, as it would not require the use of ports.
It would also remove the need to discover which port it's listening on, which would remove the need to have the language set to English (according to the README).
I'm interested to work on this, I've experimented a bit here already: https://github.com/MidasLamb/chromium-debug-pipe/blob/main/src/main.rs to see how it works, and it seems pretty straightforward.
0 条评论