How do I debug Microflows & set breakpoints in 2.5?

2
I can see breakpoints under the View menu, but I can't see anywhere to set them in the first place! Thanks.
asked
1 answers
2

You can set breakpoints by right-clicking a microflow activity and selecting 'set breakpoint'.

Afterwards you wil see two additional right-click menu options:

  • Enable breakpoint: this option is also available in the breakpoints view.
  • Set breakpoint condition: to create conditional breakpoints.

If a breakpoint is encountered at runtime a debugging window opens, allowing you to step trough your microflow. See the documentation for more information.

answered