Functions.DbgShowMemvars 方法 | |
Open a window to show the publics and privates for the current thread.
命名空间:
XSharp.RT.Debugger
程序集:
XSharp.RT.Debugger (在 XSharp.RT.Debugger.dll 中) 版本:2.22 GA
语法 FUNCTION DbgShowMemvars() AS VOID
public static void DbgShowMemvars()
查看代码备注 You can add this function behind a (hidden) menu option in your appliction to display
the memory variables to you as developer
参见