ILiveSymbolParser Interface
Allows locating the addresses of specific variables and obtaining information about the structure of various types.
Namespace: VisualGDBExtensibility.LiveWatchAssembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
public interface ILiveSymbolParser
Note that this class does not have access to the target memory. In order to read/write the actual variable values, see
ILiveMemoryManagerTopLevelVariables |
Returns the list of all top-level variables inside the debugged program (e.g. global and static variables).
|