Introduced the capability to launch the debug server in a separate process // Resolve #4722

This commit is contained in:
Ivan Kravets
2024-01-09 21:00:42 +02:00
parent 4729d9f55d
commit ba58db3079
8 changed files with 16 additions and 30 deletions
+3 -1
View File
@@ -62,7 +62,9 @@ class DebugServerProcess(DebugBaseProcess):
openocd_pipe_allowed = all(
[
not self.debug_config.env_options.get("debug_port"),
not self.debug_config.env_options.get(
"debug_port", self.debug_config.tool_settings.get("port")
),
"gdb" in self.debug_config.client_executable_path,
"openocd" in server_executable,
]