Support random debug port by assigning port = 0 (#807)

Support random debug port by assigning port = 0,
and update help and document.
This commit is contained in:
Xu Jun
2021-10-30 15:44:41 +08:00
committed by GitHub
parent 40ca5469dc
commit 83df8600f7
4 changed files with 18 additions and 7 deletions

View File

@ -30,6 +30,7 @@ make
3. Execute iwasm with debug engine enabled
``` bash
iwasm -g=127.0.0.1:1234 test.wasm
# Use port = 0 to allow a random assigned debug port
```
4. Build customized lldb (assume you have already cloned llvm)