如何一次性删除断点 [英] How to remove breakpoint all at once

查看:120
本文介绍了如何一次性删除断点的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

HI All


我正在调试业务流程,但不是在PRD 并且已经删除了断点。当我测试一条消息时,它被处理了。下次当我尝试处理时,它处于活动(断点)状态..不确定它是如何进入该状态的。
是否可以使用WMI脚本删除所有断点?


Tx


TM

解决方案

您好,b $ b $
有两种类型的断点实例级类级即可。实例级断点是特定于实例的,而类级断点在每次出现业务流程时都会发生因为


没有这样的WMI以编程方式删除断点但是有一种方法可以以高容量实现这一点,以下是如何。



打开'Orchestration Debugger'

$
- 删除班上的断点



- 暂停由于断点而脱水的所有实例



- 恢复所有业务流程实例





希望这有助于!!!!



问候,



$
注意:如果您满意,请标记为已回答

HI All

I was debugging an orchestration but not in PRD and have removed the breakpoint. When i was testing for a message it got processed. The next time when i tried to process then it was in active(Breakpoint) status.. not sure how it got into that status. Is it possible to remove all the break points using WMI scripts ?

Tx

TM

解决方案

Hi,

There are two types of breakpoints instance-level and class-level. instance level breakpoints are specific to instance while class-level breakpoints hits on every occurrence of orchestration

There is no such WMI to remove the breakpoint programatically however there is one way to achive this in high volume, here is how.

Open the ‘Orchestration Debugger’

- Remove breakpoint on the class

- Suspend all the instances in that are dehydrated due to a breakpoint

- Resume all the orchestration instances


Hope this Helps!!!!

Regards,


Note: Please Mark As Answered if you satisfy with Reply.


这篇关于如何一次性删除断点的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆