MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / notify_thread_suspended

Method notify_thread_suspended

pydevd.py:509–516  ·  view source on GitHub ↗
(self, thread_id, thread, stop_reason)

Source from the content-addressed store, hash-verified

507 @overrides(AbstractSingleNotificationBehavior.notify_thread_suspended)
508 @contextmanager
509 def notify_thread_suspended(self, thread_id, thread, stop_reason):
510 if self.multi_threads_single_notification:
511 pydev_log.info("Thread suspend mode: single notification")
512 with AbstractSingleNotificationBehavior.notify_thread_suspended(self, thread_id, thread, stop_reason):
513 yield
514 else:
515 pydev_log.info("Thread suspend mode: NOT single notification")
516 yield
517
518
519class _Authentication(object):

Callers

nothing calls this directly

Calls 2

infoMethod · 0.80

Tested by

no test coverage detected