Some wamr-ide improvements (#1354)

including:
- enable macOS support
- documentation improvements
- fix some warnings
This commit is contained in:
YAMAMOTO Takashi
2022-08-08 18:52:47 +09:00
committed by GitHub
parent 425efb875f
commit e8f0c9580b
21 changed files with 288 additions and 80 deletions

View File

@ -8,4 +8,6 @@
/llvm/build-lldb/lib/liblldb.so.13 # move this file to resource/debug/lib/
```
Note: For macOS, the library is named like `liblldb.13.0.1.dylib`.
### Then you can start the extension and run the execute source debugging by clicking the `debug` button in the extension panel.