Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Nov 19, 2023
1 parent 7fb3d92 commit e1720be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _pydevd_sys_monitoring/pydevd_sys_monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -1185,6 +1185,9 @@ def update_monitor_events(suspend_requested: Optional[bool]=None) -> None:
continue
try:
additional_info = t.additional_info
if additional_info is None:
# i.e.: if we don't have it then it makes no sense to check if it was suspended or is stepping
continue
except AttributeError:
continue
if additional_info.pydev_step_cmd != -1 or additional_info.pydev_state == 2:
Expand Down

0 comments on commit e1720be

Please sign in to comment.