There are a few questions here.
- Is there a way to find all breakpoints, i.e. workflows and workflow actions where “Add a breakpoint in debug mode” is set?
I’ve set quite a few but it’s a bit awkward to run the app, get stopped and then go back to the designer to locate the workflow and disable the breakpoint.
-
When does a break occur? Is it immediately before or after execution of the workflow step? It appears to be after. If so, there doesn’t appear to be a way to see the contents of data items as they were prior to the step’s execution. Am I right about this?
-
It doesn’t appear that data items can be inspected while in break mode. Is this right?
Thanks.