mcu-debug / rtos-views

RTOS views for microcontrollers
MIT License
24 stars 11 forks source link

xrtos view for FreeRTOS truncates task names #49

Open thirtytwobits opened 1 month ago

thirtytwobits commented 1 month ago

Sometime in the last few months the xrtos view for FreeRtos started only displaying the first character of the task name:

Screenshot 2024-05-01 at 3 47 01 PM

I've confirmed that the task names still show normally using SEGGER Ozone with FreeRTOS.

thirtytwobits commented 1 month ago
image

The contents of the cell is just the first character so this isn't just a UI clipping bug.

thirtytwobits commented 1 month ago

Also note that the task names in the CALL STACK window are correct.

PhilippHaefele commented 2 weeks ago

@thirtytwobits can you please state your versions (VSCode, extension, FreeRTOS) and debug configuration?

I will try to reproduce the issue.

Issue was also mentioned in https://github.com/mcu-debug/rtos-views/issues/42#issuecomment-2041767784

thirtytwobits commented 5 days ago

Been seeing this for months now so it probably showed up in an earlier vscode revision. Used to work with the same version of FreeRTOS under test:

Mac OS: 14.5 (M2) vscode: 1.90.2 mcu-debug RTOS Views: 0.0.7 FreeRTOS: 10.4.6 Probe: Jtrace Debugger: gdb from 10.3