diff --git a/src/ch01-02-hello-orbtk.md b/src/ch01-02-hello-orbtk.md index 427843d..7e87759 100644 --- a/src/ch01-02-hello-orbtk.md +++ b/src/ch01-02-hello-orbtk.md @@ -284,4 +284,9 @@ On Windows, you need to use `backslash` as a path delimeter: > ..\target\release\hello_orbtk.exe ``` +If you like to get debug feedback you can call the build process like this + +```console +$ cargo build --features debug --bin hello_orbtk.rs +``` [troubleshooting]: ch01-01-installation.html#troubleshooting