Skip to content

Commit 939d868

Browse files
committed
wip
1 parent a18cdee commit 939d868

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

_pydevd_bundle/pydevd_cython.c

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_pydevd_bundle/pydevd_cython.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ cdef class PyDBAdditionalThreadInfo:
146146
return None
147147

148148
if thread._ident is None: # Can this happen?
149-
pydev_log.critical("thread._ident is None in _get_related_thread!")
149+
pydev_log.critical("thread._ident is None in _get_related_thread! - thread: %s", thread)
150150
return None
151151

152152
if threading._active.get(thread._ident) is not thread:

0 commit comments

Comments
 (0)