Debugging & build with debug symbols scripts
This commit is contained in:
parent
96e78e6150
commit
a455c44b34
3 changed files with 83 additions and 1 deletions
4
debug_linux.sh
Executable file
4
debug_linux.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
cp src/scripts/*.py bin/linux/scripts/
|
||||
cd bin/linux
|
||||
gdb ./mcrogueface
|
||||
Loading…
Add table
Add a link
Reference in a new issue