-
Firstly, thanks for this package! What is the best practice to debug rust code? Is there a trick to log debug info in rust to be output somewhere? rustc 1.72.0 (5680fa18f 2023-08-23)
libprotoc 24.3
[✓] Xcode - develop for iOS and macOS (Xcode 14.3.1)
[✓] Chrome - develop for the web
[!] Android Studio (not installed)
[✓] VS Code (version 1.81.1)
[✓] Connected device (3 available)
[✓] Network resources
! Doctor found issues in 2 categories. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hello @rookboom Breakpoints won't work because Flutter is building and running Rust, not the IDE. Are you running the app in the web browser? If so, Please let me know if anything is not clear yet :) |
Beta Was this translation helpful? Give feedback.
-
That's strange, I've been testing things on the web and everything seems to work fine. Have you built the webassembly module with the command below, as written here? This not only builds webassembly but also adds cross-origin related headers to the Flutter web server. rifs wasm |
Beta Was this translation helpful? Give feedback.
@rookboom
That's strange, I've been testing things on the web and everything seems to work fine.
Have you built the webassembly module with the command below, as written here? This not only builds webassembly but also adds cross-origin related headers to the Flutter web server.