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

Method set_suspend

_pydevd_bundle/pydevd_frame.py:172–173  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

170 # ENDIF
171
172 def set_suspend(self, *args, **kwargs):
173 self._args[0].set_suspend(*args, **kwargs)
174
175 def do_wait_suspend(self, *args, **kwargs):
176 self._args[0].do_wait_suspend(*args, **kwargs)

Callers 6

trace_dispatchMethod · 0.95
_stop_on_returnFunction · 0.45
_stop_on_breakpointFunction · 0.45
_internal_line_eventFunction · 0.45
handle_exceptionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected