diff --git a/justfile b/justfile index 4cd64d1..1a260b7 100644 --- a/justfile +++ b/justfile @@ -6,4 +6,4 @@ tb_setup_mac: ln -s $(pwd)/trenchbroom/hedz/GameConfig.cfg "$HOME/Library/Application Support/TrenchBroom/games/hedz/GameConfig.cfg" | true dbg: - cargo r --features dbg \ No newline at end of file + RUST_BACKTRACE=1 cargo r --features dbg \ No newline at end of file