Commit eccb2f01 authored by thomwolf's avatar thomwolf
Browse files

hot fix

parent 5adc2072
......@@ -108,7 +108,6 @@ def main():
# Some distant debugging
# See https://code.visualstudio.com/docs/python/debugging#_attach-to-a-local-script
import ptvsd
print(sys.argv)
print("Waiting for debugger attach")
ptvsd.enable_attach(address=(args.server_ip, args.server_port), redirect_output=True)
ptvsd.wait_for_attach()
......
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