update gdbinit

This commit is contained in:
Maxime Coste 2014-01-24 21:16:26 +00:00
parent a55e152eee
commit a32cac2f66

View File

@ -1,5 +1,5 @@
set print pretty set print pretty
break Kakoune::assert_failed::assert_failed break Kakoune::on_assert_failed
python python
sys.path.insert(0, '../gdb/') sys.path.insert(0, '../gdb/')