Click or drag to resize

DbgShowGlobals Function

X#
Open a window to show the (public) symbols in the running app and the other loaded assemblies

Namespace:  XSharp.RT.Debugger
Assembly:  XSharp.RT.Debugger (in XSharp.RT.Debugger.dll) Version: 2.19
Syntax
 FUNCTION DbgShowGlobals() AS VOID
Request Example View Source
Remarks
You can add this function behind a (hidden) menu option in your appliction to display the globals to you as developer
See Also