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