Skip to content

Commit

Permalink
Disable exception catching in .gdbinit
Browse files Browse the repository at this point in the history
When running with gdb over a longer period of time it is better that
the default catch blocks handle exceptions.
  • Loading branch information
promi committed Feb 11, 2017
1 parent bc4375e commit 2ad25fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gdbinit
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
catch throw
#catch throw
layout src

0 comments on commit 2ad25fd

Please sign in to comment.