Skip to content

Commit

Permalink
wamr-ide/README.md: Mention anothe README
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Aug 4, 2022
1 parent cbe407b commit 5d8ec00
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test-tools/wamr-ide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,11 @@ $ cd VSCode-Extension
$ vsce package
```

> Note that patched `lldb` should be built and put into the `VSCode-Extension/resource/debug` folder before your package or extension debug process if you want to enable `source debugging` feature. Please follow this [instruction](../../doc/source_debugging.md#debugging-with-interpreter) to build `lldb`.
>
Note that patched `lldb` should be built and put into the `VSCode-Extension/resource/debug` folder before your package or extension debug process if you want to enable `source debugging` feature.
Please follow this [instruction](../../doc/source_debugging.md#debugging-with-interpreter) to build `lldb`.
Please follow this [instruction](./VSCode-Extension/resource/debug/README.md)
to copy the binaries.

> **You can also debug the extension directly follow this [instruction](./VSCode-Extension/README.md) without packing the extension.**
#### 5. Install extension from vsix
Expand Down

0 comments on commit 5d8ec00

Please sign in to comment.