Skip to content

Commit c42c223

Browse files
committed
update docs
1 parent 2535d18 commit c42c223

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

samples/NativeAOT/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ In order to debug we need to use `lldb`. First install the application
1010
./dotnet-local.sh build samples/NativeAOT/NativeAOT.csproj -c Release -p:DebugSymbols=true -t:Install
1111
```
1212

13-
You can then use the `runwithdebugger.sh/ps1` scripts to run all the steps you need to setup the debugger.
13+
If you are using VSCode from the android repo, you can go to the debugging tab, and select "Debug NativeAOT". This will let you debug the NativeAOT sample. Fire up your emulator, click the play button next to "Debug NativeAOT" and it will launch the app. If the Java debugger dialog is not cleared automatically, got to the "Debug Console" which should be showing the lldb REPL, and type "clearjdb". Your app should then continue.
14+
15+
Alternatively you can then use the runwithdebugger.sh/ps1 scripts to run all the steps you need to setup the debugger manaully.
1416
What follows is an explanation of what that script does.
1517

1618
## How it works

0 commit comments

Comments
 (0)