variable WIP

This commit is contained in:
T0b1
2023-06-21 02:10:16 +02:00
parent a4217e76d2
commit 88a33bf437
3 changed files with 200 additions and 50 deletions

View File

@@ -2948,7 +2948,7 @@ std::optional<dbgui::data::result::NodeIdx>
if (_var_cache[*cache_entry].used)
{
// was already diffed
return *cache_entry;
return *_var_cache[*cache_entry].cached_node;
}
auto node_idx = *_var_cache[*cache_entry].cached_node;
_var_cache[*cache_entry].used = true;