variable WIP
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user