hello guys,
Can anyone help me to understand how exception handling actually works.
I am trying step over and step out .
I have two pages the sub page contains exception stage and i am recovering that exception on main page.
When i go to sub page by step in and i'm using step out to come out of that page to main page but it won't come back on main page it goes in infinite loop.
but if i remove recover stage from main page then it works fine.
so whats the concept i have tried using breakpoints when i tried breakpoints i come to know flow is working fine.
After step out the exception bubble up to main page and caught by recover stage.
so can anyone help me to figure out whats actually happening and how exception bubbling work normally and with step over and step out.
thank you