mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 00:20:55 +07:00
PyDev fixes: fix issues found so far after rebase
GitOrigin-RevId: 587bb14ee4a392e02a8fd5255f4ccf5a68f4e72c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3562a8bd6a
commit
41a97ce301
@@ -1256,7 +1256,7 @@ class PyDB(object):
|
||||
|
||||
self.patch_threads()
|
||||
if enable_tracing_from_start:
|
||||
pydevd_tracing.SetTrace(self.trace_dispatch, self.frame_eval_func, self.dummy_trace_dispatch)
|
||||
pydevd_tracing.SetTrace(self.trace_dispatch)
|
||||
|
||||
PyDBCommandThread(self).start()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user