added breakpoint at main for debug

pull/2/head
Sara 2023-05-06 00:01:56 +02:00
parent a55bf84aef
commit 76dbc26787
1 changed files with 1 additions and 1 deletions

2
debug
View File

@ -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