Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ _is_django_suspended
Function
_is_django_suspended
pydevd_plugins/django_debug.py:242–243 ·
view source on GitHub ↗
(thread)
Source
from the content-addressed store, hash-verified
240
241
242
def
_is_django_suspended(thread):
243
return
thread.additional_info.suspend_type == DJANGO_SUSPEND
244
245
246
def
suspend_django(py_db, thread, frame, cmd=CMD_SET_BREAK):
Callers
2
cmd_step_into
Function · 0.85
cmd_step_over
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected