点击或拖拽改变大小

Functions.DbgShowGlobals 方法

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

命名空间:  XSharp.RT.Debugger
程序集:  XSharp.RT.Debugger (在 XSharp.RT.Debugger.dll 中) 版本:2.22 GA
语法
 FUNCTION DbgShowGlobals() AS VOID
查看代码
备注
You can add this function behind a (hidden) menu option in your appliction to display the globals to you as developer
参见