Expand description
Variable registry for lightweight HashMap-based variable tracking Variable Registry - Simple HashMap-based variable name tracking
This module provides a lightweight alternative to log-based tracking, using a global HashMap to store variable address -> variable info mappings.
Structsยง
- Variable
Info - Variable information stored in registry
- Variable
Registry - Variable Registry - manages variable address to name mappings