Feat: A hosted debugger #44
Replies: 5 comments
-
Thanks! This is something that we are looking into. Transaction support and fixing initial issues are the top priority for us at the moment. One of the reasons the Frog Devtools is so powerful is that Frog Frames get injected with extra context data in development, allowing them to render additional debugging information that isn't available in non-Frog Frames. This means that you get the best experience when using Frog with the Frog Devtools (and that non-Frog Frames would not have access to all the same devtools features). |
Beta Was this translation helpful? Give feedback.
-
Oh I get it. I would say it (the hosted one) doesn't really need to be that powerful. As long as it functions as good as the official one, it should work well |
Beta Was this translation helpful? Give feedback.
-
I'm building a frame with Python, designed to run on AppEngine. I would love to be able to use frog in the following way:
|
Beta Was this translation helpful? Give feedback.
-
Same here, I'm also using Python so the existing JS stack won't work. Would definitely prefer Frog to work on localhost |
Beta Was this translation helpful? Give feedback.
-
Added support for this in frog@0.7 |
Beta Was this translation helpful? Give feedback.
-
The dev ui is really cool (the best frames debugger ui I've seen). It would be cool if the same was hosted on https://frog.fm/ so other's can debug frames by insertting a URL (also with the option to log in with warpcast)
Beta Was this translation helpful? Give feedback.
All reactions