Skip to content

Commit 27f704c

Browse files
authored
Apply suggestions from code review
1 parent abeb5fa commit 27f704c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/debugpy/_vendored/pydevd/_pydevd_sys_monitoring/_pydevd_sys_monitoring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ def _raise_event(code, instruction, exc):
976976
has_caught_exception_breakpoint_in_pydb = (
977977
py_db.break_on_caught_exceptions or py_db.break_on_user_uncaught_exceptions or py_db.has_plugin_exception_breaks
978978
)
979-
if has_caught_exception_breakpoint_in_pydb:
979+
if not has_caught_exception_breakpoint_in_pydb:
980980
return
981981

982982

0 commit comments

Comments
 (0)