You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The real problem is that the thread id is gotten from:
thread_id = get_current_thread_id(thread)
but later trying to do:
thread = pydevd_find_thread_by_id(thread_id)
is returning None.
This shouldn't happen... I'll have to review the code a bit better to know why this happens at all (note: there's an open issue to improve this handling: #504).
fabioz
added a commit
to fabioz/debugpy
that referenced
this issue
Dec 2, 2022
Looks like some of the earlier issues we had - probably needs another null check?
The text was updated successfully, but these errors were encountered: