Enable ptvsd

This commit is contained in:
elpatron68 2019-07-27 17:45:52 +02:00
parent 22562c8413
commit 376a354aab

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
import ptvsd
import threading import threading
import time import time
import sys import sys
@ -54,7 +54,7 @@ type : file
duration duration
user user
""" """
ptvsd.enable_attach()
version = 2 version = 2