Standard output parsing changes lines with @
(at) symbol in them to "undefined"
#432
Open
4 tasks done
@
(at) symbol in them to "undefined"
#432
When the debugged process tries to print lines with an
@
(at) symbol, some parsing mechanism removes it from the debug console output and eventually prints undefinedgdb --version
>= 7.7.1gdb
cwd
andtarget
are properly setScreenshot from Debug Console:
Screenshot from terminal gdb:
Reproducible example
Example main.cpp
Example launch.json
System details (linux, gdb, code version)
Workaround
I found that removing
\@
from src/backend/mi2/mi2.ts#L15 would result in keeping the lines with@
in it, however anundefined
output still appearThe text was updated successfully, but these errors were encountered: