Use "connect_read_pipe" on Unix

This commit is contained in:
Ivan Kravets
2021-03-17 20:06:52 +02:00
parent e222d0356a
commit 779e02a05e
2 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ class DebugServerProcess(DebugBaseProcess):
openocd_pipe_allowed = all(
[not self.debug_options["port"], "openocd" in server_executable]
)
openocd_pipe_allowed = False
# openocd_pipe_allowed = False
if openocd_pipe_allowed:
args = []
if server["cwd"]: