now starts in vscode debug mode
This commit is contained in:
@@ -139,7 +139,7 @@ class PyProcessBase:
|
||||
|
||||
params = [
|
||||
self._pbin,
|
||||
"-m",
|
||||
# "-m",
|
||||
"py_func",
|
||||
"-p",
|
||||
f"{self._port}",
|
||||
|
||||
@@ -1016,7 +1016,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
|
||||
self.test_proc.start()
|
||||
while self.test_proc.is_alive():
|
||||
try:
|
||||
if self.ts_controller.control("loaded", timeout=0.1):
|
||||
if self.ts_controller.control("loaded", timeout=1.0):
|
||||
break
|
||||
except Empty:
|
||||
self.ts_controller.clear()
|
||||
|
||||
Reference in New Issue
Block a user