Activity Monitor Properties (Magic xpa 4.x)
For activities that have Start/End messages, the user can block either message or both of them.
When a breakpoint is set, the Activity Monitor will stop the flow execution at that point. The user can also set a breakpoint by using the FlwMtr function in any given time during the implementation of the program. A counter can also be set to a breakpoint so that the flow will stop after a certain number of times.
When a breakpoint is encountered, the user can Step In, Step Out, or Continue the flow. Step In lets the user review the sequence of steps one step at a time. Step Out lets the user jump over one sequence series to the next. Continue lets the user ignore the breakpoint.