how to trace upto a particular flow step in designer 8.2

Hi All, in developer when we right click on a particular flow step, we have option as “Trace to here”.

How to achieve this task in designer 8.2?

tried all ways, opening in debug perspective and i found only step over option…

Any sort of guidance…? :slight_smile:

Try using break points, similar to Eclipse breakpoints.

open the Debug configuration page, uncheck the “Stop at first flow step”, then when you debug, it will stop at the first break point instead of the first flow step.

Hi Tong,

Can you please let me know where to uncheck the “Stop at first flow step”. we’re on 9.6. Appreciate your help.

Thanks in advance.
Regards,
Kumar.

If you right click on the service you can find Debug Configuration Page to set “Stop at first flow step”.
debug.png