From 873c853f7cb68b44cefa5e2d385615f215157aa9 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 3 Apr 2012 13:42:20 +0000 Subject: [PATCH] gdb: do not catch throw, but break when constructing an assert_failed exception --- src/.gdbinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.gdbinit b/src/.gdbinit index e118fdf9..6690cc23 100644 --- a/src/.gdbinit +++ b/src/.gdbinit @@ -1,5 +1,5 @@ set print pretty -catch throw +break Kakoune::assert_failed::assert_failed python sys.path.insert(0, '../gdb/')