Click or drag to resize

Functions, Globals and Defines

X#
This compiler generated class contains all the functions, globals and defines that are defined in the XSharp.RT.Debugger.dll assembly.
Inheritance Hierarchy
Object
  Functions

Namespace:  XSharp.RT.Debugger
Assembly:  XSharp.RT.Debugger (in XSharp.RT.Debugger.dll) Version: 2.19
Syntax
 STATIC CLASS Functions
Request Example View Source

The Functions type exposes the following members.

Functions
  NameDescription
Public methodStatic memberDbgShowGlobals
Open a window to show the (public) symbols in the running app and the other loaded assemblies
Public methodStatic memberDbgShowMemvars
Open a window to show the publics and privates for the current thread.
Public methodStatic memberDbgShowSettings
Open a window to show the global settings for the current thread.
Public methodStatic memberDbgShowWorkAreas
Open a window to display the open workareas/cursors for the current thread.
Top
See Also