First cut of pulling out the relevant parts of my original game to make a little framework.
This commit is contained in:
commit
6a0c9e8d46
177 changed files with 18197 additions and 0 deletions
10
.gdbinit
Normal file
10
.gdbinit
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
set confirm off
|
||||
set breakpoint pending on
|
||||
set logging on
|
||||
set logging overwrite on
|
||||
set print pretty on
|
||||
set pagination off
|
||||
break abort
|
||||
#break _invalid_parameter_noinfo
|
||||
#break _invalid_parameter
|
||||
catch throw
|
||||
Loading…
Add table
Add a link
Reference in a new issue