mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Traceback collision fixed in one more place.
This commit is contained in:
@@ -81,7 +81,7 @@ class PyDBFrame:
|
||||
line = frame.f_lineno
|
||||
|
||||
if event == 'exception' and info.pydev_state != STATE_SUSPEND: #and breakpoint is not None:
|
||||
(exception, value, traceback) = arg
|
||||
(exception, value, trace) = arg
|
||||
global exception_set
|
||||
|
||||
exception_breakpoint = get_exception_breakpoint(exception, tuple(exception_set), NOTIFY_ALWAYS)
|
||||
|
||||
Reference in New Issue
Block a user