You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, PlatformIO starts and communicates with debug servers via a PIPE which is configured directly in the GDB configuration .pioinit file, for example:
This approach doesn't work with GDB v12 which apparently has a bug in parsing the debug server command that fails the entire debug session. It'd be great to have ability to launch a debug server in a separate process as a workaround for such cases.
The text was updated successfully, but these errors were encountered:
Currently, PlatformIO starts and communicates with debug servers via a PIPE which is configured directly in the GDB configuration
.pioinit
file, for example:This approach doesn't work with GDB v12 which apparently has a bug in parsing the debug server command that fails the entire debug session. It'd be great to have ability to launch a debug server in a separate process as a workaround for such cases.
The text was updated successfully, but these errors were encountered: