Skip to content

Commit 6c543ac

Browse files
committed
Update README.md
1 parent a6b837f commit 6c543ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/NativeAOT/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ lldb
4545
> target create samples/NativeAOT/bin/Debug/net10.0-android/android-arm64/native/NativeAOT.so
4646
> target symbols add samples/NativeAOT/bin/Debug/net10.0-android/android-arm64/native/NativeAOT.so.dbg
4747
> target select 0
48-
> attach <processid>
48+
> attach --pid <processid>
4949
```
5050

5151
Next you need to attach the java debugger to clear the dialog which is currently blocking the

0 commit comments

Comments
 (0)