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:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user