Commit 82660781 authored by Matthias Putz's avatar Matthias Putz

--amend

parent ce1bef20
......@@ -422,6 +422,7 @@ def _Debug(host, env):
import pydevd as pydevd
pydevd.settrace(host, port=19499, stdoutToServer=True, stderrToServer=True)
print("hey")
except ImportError:
traceback.print_exc(file=sys.stdout)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment