Espidf doesn't show local variables

I am thrilled that the debugger is working in Windows 10! Thanks for the implementation and help in forums and docs. Core: 4.3.2a1. Home: 3.3.1.

Not a huge issue, but while global variables are displayed, locals are not (when hitting a break point where a local variable is within scope).

platformioi.ini:
[env:esp-wrover-kit]
platform = espressif32
board = esp-wrover-kit
framework = espidf
build_type = debug
monitor_speed = 115200
debug_tool = esp-prog
debug_init_break = tbreak setup

Hi @soundofmind! Sorry for the late reply. It’s strange, but I cannot reproduce the issue, all local variable are visible in the Variables window:

Am I missing something?