0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【UiPath】リトライスコープに直接アクティビティを置くとブレークポイントで止まらない

0
Posted at

事象

以下のようなワークフローを作成し、各「1行を書き込み」にブレークポイントを設定、実行証跡をオンにした状態でデバッグ実行する。

image.png

実行した流れは以下の通り。

メディア1.gif

おわかりいただけただろうか。
リトライスコープ内に配置されている「1行を書き込み」はブレークポイントを設定しているにもかかわらず、止まらずに通過している。

対策

リトライスコープ内に置きたいアクティビティが一つであったとしても、以下のようにシーケンスを挟んだ上でアクティビティを置くことで回避できる。基本的にリトライスコープを置いた時点でシーケンスも一緒に生成されるため、アクティビティが一つであってもこれを消さずにそのまま使うようにすればよい。

image.png

動作環境

上記はStudio 2026.0.194 STSで確認したもの。
Studio 2024.10.12 LTS等でも発生を確認している。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?