Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
davewyers opened this issue May 5, 2024 · 1 comment

Comments

@davewyers
Copy link

I am running PlatformIO (6.1.14) on VScode (1.88.0) for Windows (10.0.19045), 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.

I have had another nrf52840DK user confirm they are getting the same display result.

image

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

https://community.platformio.org/t/debug-console-debug-messages-limited-to-15-characters-before-line-break/39566

@08822407d
Copy link

08822407d commented May 6, 2024

On my machine, the debug even cannot work. I didn't change nothing to my develop environment, just spent my holiday and came back, then the vscode extension seemed have a automatic upgrade

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants