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
At line @"D"+download,{section=".text",section-sent="2468",section-size="2468",total-sent="2468",total-size="62058"}
there should be newline after @"D", so:
What kind of issue is this?
Configuration
Operating system:
Windows
Edition Windows 11 Pro
Version 23H2
OS build 22631.3880
PlatformIO Version (
platformio --version
):PlatformIO Core, version 6.1.15
Description of problem
When running
pio debug --interface=gdb --interpreter=mi2 -x .pioinit
the program sometimes sends malformed output records.For example:
@"P"(gdb)
or@"S"(gdb)
. As per GDB-MI specification, there should be a new line between the@"P"
and(gdb)
.Steps to Reproduce
pio debug --interface=gdb --interpreter=mi2
-x .pioinitActual Results
Expected Results
At line
@"D"+download,{section=".text",section-sent="2468",section-size="2468",total-sent="2468",total-size="62058"}
there should be newline after
@"D"
, so:If problems with PlatformIO Build System:
The content of
platformio.ini
:Source file to reproduce issue:
Additional info
GDB MI spec
The text was updated successfully, but these errors were encountered: