gdb: do not catch throw, but break when constructing an assert_failed exception

This commit is contained in:
Maxime Coste 2012-04-03 13:42:20 +00:00
parent f3dd65fbf1
commit 873c853f7c

View File

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