惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
Schneier on Security
博客园_首页
量子位
博客园 - 司徒正美
S
SegmentFault 最新的问题
J
Java Code Geeks
小众软件
小众软件
博客园 - 【当耐特】
The Register - Security
The Register - Security
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Microsoft Azure Blog
Microsoft Azure Blog
G
Google Developers Blog
Blog — PlanetScale
Blog — PlanetScale
T
Tailwind CSS Blog
博客园 - Franky
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
G
GRAHAM CLULEY
Cyberwarzone
Cyberwarzone
腾讯CDC
Apple Machine Learning Research
Apple Machine Learning Research
V
Visual Studio Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
The Hacker News
The Hacker News
aimingoo的专栏
aimingoo的专栏
V
Vulnerabilities – Threatpost
P
Palo Alto Networks Blog
Scott Helme
Scott Helme
L
LINUX DO - 热门话题
F
Full Disclosure
D
DataBreaches.Net
Martin Fowler
Martin Fowler
Cisco Talos Blog
Cisco Talos Blog
L
LINUX DO - 最新话题
云风的 BLOG
云风的 BLOG
C
Check Point Blog
T
Threatpost
Google DeepMind News
Google DeepMind News
WordPress大学
WordPress大学
W
WeLiveSecurity
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
有赞技术团队
有赞技术团队
Hugging Face - Blog
Hugging Face - Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
L
Lohrmann on Cybersecurity
Last Week in AI
Last Week in AI
T
Tor Project blog
T
Troy Hunt's Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
S
Security Affairs
SecWiki News
SecWiki News

博客园 - 软件之美,美在缺陷-Johnson

如何:在OpenText Workflow 6.5模型中保存和读取多行数据 轻松部署Captaris Workflow 6.5模型 浅比.NET和Java开发工具。 .NET资源转换工具 排除大型工作流应用的性能问题纪要。 淘宝网一家店里看到的留言和掌柜的搞笑回复。 Windows Network Load Balancing群集故障排除手记。 Captaris Workflow 6.0 EventService 执行效率低下的排除。 Captaris Workflow开发系列课程介绍。 在虚拟机里System进程占用CPU100%的问题解决 如何做好售前技术支持工作 一家公司网站上的招聘人才招聘栏目 在GridView中使用ModalPopupExtender(转) VMWare 5.5 虚拟机错误。 Your've got mail A new post form Microsoft Live Writer. How to: Debug Captaris Workflow 6.0 Process efficiency? Captaris Workflow 6.0问题两则。 Recently learning about AJAX on ASP.NET
How to: Debug Captaris Workflow 6.0 Process efficiency?
软件之美,美在缺陷-Johnson · 2007-03-19 · via 博客园 - 软件之美,美在缺陷-Johnson

在做Captaris Workflow 6.0的企业工作流程开发时,有一个技巧需要掌握:高效地调试您开发完成的流程。
Captaris Workflow 6.0本来支持在Visual Studio .NET 2005开发环境(或说.NET环境)下进行调整,不过在如何您期望在流程内部的事件和用户接口界面(例如:Web Form)同时进行调试,请参照以下过程:

1.在VS.NET 2005中设置Captaris Workflow 项目为启动项目,按下Ctrl + F5启动不调试执行,这样会打开一个新的Captaris Workflow调试器;

2.如果之前没有开启一个名为ASP.NET Development Server的本地IIS服务器,可设置您的网站项目为启动项目,然后按下F5,启动此IIS服务器。在启动IIS服务器之后,可以关闭调试,IIS服务器不会随之关闭;

3.选择VS.NET 2005的菜单“调试”->“附加到进程...”,在出现的进程窗口中选择名为WebDev.WebServer.EXE的进程,点击“附加”按钮开始调试;

4.OK,现在您可以在Web界面和流程代码内同时设置断点,一旦执行到断点所在位置,就会等待您按下F5、F10、F11进行您想要的调试了。