Skip to content

Commit 5b1fdf6

Browse files
committed
docs(Hacking): Document creating a debug build
1 parent cf503d6 commit 5b1fdf6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/content/docs/hacking_itk_wasm.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ Build and serve the documentation:
2727
npm run doc:www
2828
```
2929

30+
Create a debug build (see also: [the debugging example](../example/debugging.html)):
31+
```bash
32+
git clean -fdx
33+
# pull the latest debug Docker images
34+
./src/docker/pull.sh
35+
npm run build:debug
36+
```
37+
3038
### Contributing
3139

3240
We use semantic-release for handling change log and version.

0 commit comments

Comments
 (0)