Can not view variable values on Variables View

Hi,
I tried to debug FreeRTOS project. When trying to see the variables, the view showed “error reading variable”


Can you give me a few suggestions?

Hi Will,
This issue comes from GDB, you can solve it by typing set charset UTF-8 into Debugger Console, then you can view char variable values. Thanks to report this issue, it will be fixed in the next releases.

2 Likes

Hi @dongnh
Thank you!