From fb70636437139ac34cb3a3e14b4d37594d9d9d87 Mon Sep 17 00:00:00 2001 From: Ralf Zerres Date: Thu, 8 Oct 2020 21:05:54 +0200 Subject: [PATCH] ch01-02-hello-orbtk: hint on build with debug information Signed-off-by: Ralf Zerres --- src/ch01-02-hello-orbtk.md | 5 +++++ 1 file changed, 5 insertions(+) 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