mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Merge pull request #1009 from rchiodo/rchiodo/missed_thread_for_self_trace
Missed a thread to allow debugging
This commit is contained in:
commit
6e247fb17b
1 changed files with 1 additions and 2 deletions
|
|
@ -1410,8 +1410,7 @@ class JsonMessageChannel(object):
|
|||
target=self._run_handlers,
|
||||
name=f"{self} message handler",
|
||||
)
|
||||
self._handler_thread.pydev_do_not_trace = True
|
||||
self._handler_thread.is_pydev_daemon_thread = True
|
||||
hide_thread_from_debugger(self._handler_thread)
|
||||
self._handler_thread.start()
|
||||
|
||||
def _run_handlers(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue