PyDev fixes: fix issues found so far after rebase

GitOrigin-RevId: 587bb14ee4a392e02a8fd5255f4ccf5a68f4e72c
This commit is contained in:
Andrey Lisin
2019-05-05 23:47:06 +03:00
committed by intellij-monorepo-bot
parent 3562a8bd6a
commit 41a97ce301
3 changed files with 3 additions and 3 deletions

View File

@@ -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()