diff --git a/debug b/debug index 9b57e31..0596bf2 100755 --- a/debug +++ b/debug @@ -1,3 +1,3 @@ #!/bin/sh -cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Debug && cmake --build build && lldb bin/sim-game -o r -b +cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Debug && cmake --build build && lldb bin/sim-game -o "breakpoint set -n main" -o r