basic-game-framework/debug

4 lines
131 B
Plaintext
Raw Normal View History

#!/bin/sh
2023-05-05 22:01:56 +00:00
cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Debug && cmake --build build && lldb bin/sim-game -o "breakpoint set -n main" -o r