We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b837f commit 6c543acCopy full SHA for 6c543ac
samples/NativeAOT/README.md
@@ -45,7 +45,7 @@ lldb
45
> target create samples/NativeAOT/bin/Debug/net10.0-android/android-arm64/native/NativeAOT.so
46
> target symbols add samples/NativeAOT/bin/Debug/net10.0-android/android-arm64/native/NativeAOT.so.dbg
47
> target select 0
48
-> attach <processid>
+> attach --pid <processid>
49
```
50
51
Next you need to attach the java debugger to clear the dialog which is currently blocking the
0 commit comments