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