The DTE object provides a way to capture all the variables that are in scope: dte.Debugger.CurrentStackFrame.Locals.
What method can I use to list all the static variables?
The DTE object provides a way to capture all the variables that are in scope: dte.Debugger.CurrentStackFrame.Locals.
What method can I use to list all the static variables?