Skip to content

Commit 54ab6be

Browse files
authored
Merge pull request #56 from squillace/patch-1
2 parents 8ee2bb9 + 5e96754 commit 54ab6be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ The HTTP server uses the `wasi:http/proxy` world. You can run it locally in a
4444
```rust
4545
$ cargo component serve
4646
```
47+
### Note on Debugging
48+
There are launch and task configuration files if you want to use VSCode for debugging in an IDE; however, if you prefer using GDB or LLDB directly the configuration files should be enough to get you up and running. Note that the [GDB configuration requires an absolute path](https://github.com/bytecodealliance/sample-wasi-http-rust/blob/fe47fc9f6c87d09575f6683a26f9a67e3e71aa26/.vscode/launch.json#L28), so that configuration in VSCode you will need to modify for your computer.
4749

4850
## Deploying published artifacts
4951

0 commit comments

Comments
 (0)