Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Nov 12, 2023
1 parent 91a7c20 commit 7851036
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion plugins/org.python.pydev.core/pysrc/pydevd.py
Original file line number Diff line number Diff line change
Expand Up @@ -1942,7 +1942,7 @@ def set_suspend(self, thread, stop_reason, suspend_other_threads=False, is_pause
# Suspend all except the current one (which we're currently suspending already).
suspend_all_threads(self, except_thread=thread)

if is_pause and not suspend_other_threads:
if is_pause and not suspend_other_threads and USE_SYS_MONITORING:
# When suspending other threads this is already called.
pydevd_sys_monitoring.restart_events()

Expand Down

0 comments on commit 7851036

Please sign in to comment.