How do you debug the app (both flutter and rust at the same time)? #490
Replies: 2 comments
Hi, we need more information about your debug environment.Try |
|
Open the First start While the app is running start {
"name": "AF-desktop: Debug Rust",
"type": "lldb",
"request": "attach",
"pid": "${command:pickMyProcess}"
}Pick the AppFlowy process in the picker and set breakpoints in the Rust code Two requirements |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I've tried a lot, but still cannot manage to debug the app (the rust part).
All reactions