Could not get global variable information

Hi,
While debugging a C program, although variables are detected, their current value is not displayed. Instead, messages appear informing you that the variable object is not found.

I have not found any reference on the web about this type of notifications : - (.

Could not get global variable information:
from var-update --all-values var_global_<variable_name

or
Could not get global variable information:
from var-update --all-values var_local_<variable_name>

Any hint or help will be appreciated. Thank you!

Some details about the system:

  • PlatformIO 5.2.4.
  • framework = freedom-e-sdk
  • Operating system: Ubuntu 20.04.3 LTS

Platformio.ini
[env:sparkfun_thing_plus_v]
platform = sifive
board = sparkfun_thing_plus_v
framework = freedom-e-sdk

The RED-V Thing Plus board incorporates a J-Link debugging system.

File an issue at Issues · platformio/platform-sifive · GitHub with your platformio.ini and code please.