mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Fix error reporting while removing exception breakpoint (PY-13436).
This commit is contained in:
@@ -814,7 +814,7 @@ class PyDB:
|
||||
del self.exception_set[exception]
|
||||
self.always_exception_set.remove(exception)
|
||||
except:
|
||||
pydev_log.debug("Error while removing exception"%sys.exc_info()[0]);
|
||||
pydev_log.debug("Error while removing exception %s"%sys.exc_info()[0]);
|
||||
update_exception_hook(self)
|
||||
|
||||
elif cmd_id == CMD_LOAD_SOURCE:
|
||||
|
||||
Reference in New Issue
Block a user