funktionio / funktion

a CLI tool for working with funktion
https://funktion.fabric8.io/
Apache License 2.0
297 stars 25 forks source link

would be nice if `funktion debug` could open the chrome-devtools browser window #14

Open jstrachan opened 7 years ago

jstrachan commented 7 years ago

I had an experiment using HTTP and HTML redirects or generating a link in HTML but it seems Chrome doesn't treat URLs of this form as being something you can use as a link or redirect:

chrome-devtools://devtools/bundled/inspector.html?experiments=true&v8only=true&ws=127.0.0.1:5858/5d8d25e3-855f-409e-9761-5acd220a7d89

So we maybe need to do something icky like on a mac using AppleScript or something?