Tauri
mobile debugging (Android/iOS)
#1268
Replies: 1 comment
-
CodeLLDB expects cargo to build the target binary and output it's location in JSON format, so it knows what to launch. Unless the By default, when remote debugging, LLDB will deploy your binary to the target device, so you can use standard |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to setup a proper debugging experience for my tauri project. The desktop target works fine, but the Android target doesn't. Here's my
launch.json
file:I can't use the official cargo support per this docs because
tauri
cli is a cargo subcommand. Or maybe I missed something.I could probably use the cargo support, but when I set it up like this:
I got error:
Any pointer?
Beta Was this translation helpful? Give feedback.
All reactions