meli/.gdbinit

6 lines
110 B
Plaintext
Raw Normal View History

2019-04-01 20:53:35 +00:00
set language rust
source ~/.gdbinit
2018-07-18 07:42:52 +00:00
break rust_panic
2019-05-25 23:39:38 +00:00
set auto-load python-scripts
set print thread-events off