Use debug build for backtrace logs

This commit is contained in:
Henrik Friedrichsen
2021-03-02 17:18:15 +01:00
committed by GitHub
parent 0f1227b7c7
commit 4834a7aa44

View File

@@ -74,7 +74,7 @@ You can find it under `target/debian`.
* Install the latest ncspot release using `cargo install ncspot`
* or build it yourself using `cargo build --release`
* both approaches require a working [Rust installation](https://www.rust-lang.org/tools/install)
* For debugging, you can pass a debug log filename and log stderr to a file, e.g. `ncspot -d debug.log 2> stderr.log`
* For debugging, you can pass a debug log filename and log stderr to a file, e.g. `RUST_BACKTRACE=full cargo run -- -d debug.log 2> stderr.log`
## Audio backends