MCPcopy Index your code
hub / github.com/fabioz/PyDev.Debugger / increment_suspend_time

Method increment_suspend_time

pydevd.py:397–399  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

395 raise AssertionError("abstract: subclasses must override.")
396
397 def increment_suspend_time(self):
398 with self._lock:
399 self._suspend_time_request = self._next_request_time()
400
401 def on_pause(self):
402 # Upon a pause, we should force sending new suspend notifications

Callers 7

set_suspendMethod · 0.80
do_wait_suspendMethod · 0.80

Calls

no outgoing calls

Tested by 4