Debug Console, Debug messages limited to 15 characters before line break

Hi All

I am running PlatformIO (6.1.14) on VScode (1.88.0) for Windows (10.0.19045)

I am programing a nrf52840DK using the Arduino framework.

When I am running the debugger the debugger messages (in blue) appear to be limited to 15 chars before they line wrap, in some cases much less than this. The system messages (in red & orange) appear ok.

Any ideas on how to correct this ? Have I changed some setting by mistake?

Thaks
Dave

debug

Hi All

I haven’t had any luck with this issue yet.

I have removed the PIO extension from VScode & deleted the user/.platformio directory, then reinstalled.

It looks like a GDB Server issue

I created a blank project with a basic INI and have the same issue.

[env:nrf52840_dk]
platform = nordicnrf52
board = nrf52840_dk
framework = arduino

You do not need a device to test this as it starts the GDB server prior to looking for the probe.
image

If I run JLinkGDBServerCL.exe from a windows Terminal it looks correct
image