orchestration没有直接的调试方法,但是有一些间接的调试方法。DebugView就是其中一种。
首先,从http://www.sysinternals.com/Utilities/DebugView.html 下载DebugView并且安装。
在orchestration的Expression中写入代码 System,Diagnostics.Trace.WrtieLine("your info")
启动DebugView,在"Capture"菜单中,选中"Capture Global Win32" 与"Capture Events"。那么调试信息"your info"就会出现在DebugView的控制台上了。
Note:文章来源于chrishan的article http://geekswithblogs.net/chrishan/archive/2005/06/24/44655.aspx,测试ok。
鸡尾虾的壳
首先,从http://www.sysinternals.com/Utilities/DebugView.html 下载DebugView并且安装。
在orchestration的Expression中写入代码 System,Diagnostics.Trace.WrtieLine("your info")
启动DebugView,在"Capture"菜单中,选中"Capture Global Win32" 与"Capture Events"。那么调试信息"your info"就会出现在DebugView的控制台上了。
Note:文章来源于chrishan的article http://geekswithblogs.net/chrishan/archive/2005/06/24/44655.aspx,测试ok。
鸡尾虾的壳