now starts in vscode debug mode

This commit is contained in:
2026-02-09 15:17:52 +01:00
parent 4a1dadd48f
commit a5caaeca15
2 changed files with 2 additions and 2 deletions

View File

@@ -139,7 +139,7 @@ class PyProcessBase:
params = [
self._pbin,
"-m",
# "-m",
"py_func",
"-p",
f"{self._port}",

View File

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