removed breakpoint from debug script

pull/2/head
Sara 2023-05-07 16:08:25 +02:00
parent d28305920f
commit 7fc3439c9c
1 changed files with 1 additions and 1 deletions

2
debug
View File

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Debug && cmake --build build && lldb bin/sim-game -o "breakpoint set -n main" -o r cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Debug && cmake --build build && lldb bin/sim-game -o r -b