[WASM] Development cycle using Firefox #12377
Replies: 2 comments 3 replies
-
What's the issue about debugging with firefox? Visual Studio is able to select Firefox in the debugger selector. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Thanks for confirmation @jeromelaban. So to wrap this up: no way to debug UNO WASM source using Firefox |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I know that I should use Chrome to develop an UNO WASM app - that's what I'm doing since years.
However, I just came across an issue - presumably in my Javascript code around the iframe-based WebView2 'simulation' which I have in place - which only shows in Firefox (likely some nasty differences in JavaScript event handling between Chrome and Firefox).
So, I was wondering whether there is a way to have a (relatively) quick development cycle to test my UNO WASM code changes with Firefox as there is with Chrome. Going through full rebuilds + uploads to a my server(s) is just too time consuming...
Any hint would be appreciated. Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions