Functions.DbgShowGlobals 方法 | |
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
public static void DbgShowGlobals()
查看代码备注 You can add this function behind a (hidden) menu option in your appliction to display
the globals to you as developer
参见