From a55d9437bdfd9f5e4dc111e71eae2c95134648ab Mon Sep 17 00:00:00 2001 From: Caleb Sander <caleb.sander@gmail.com> Date: Tue, 14 Jan 2020 12:38:48 -0800 Subject: [PATCH] Remove exception breakpoint --- .idea/workspace.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 241498a..2a8d089 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -168,16 +168,4 @@ </map> </option> </component> - <component name="XDebuggerManager"> - <breakpoint-manager> - <default-breakpoints> - <breakpoint enabled="true" type="java-exception" /> - <breakpoint type="python-exception"> - <properties notifyOnTerminate="true" exception="BaseException"> - <option name="notifyOnTerminate" value="true" /> - </properties> - </breakpoint> - </default-breakpoints> - </breakpoint-manager> - </component> </project> \ No newline at end of file -- GitLab