Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
4.5.0
-
None
-
Unknown
Description
In a route that only has
doTry
// stuff
doCatch
// some stuff
And no doFinally will show doCatch / doFinally in the debugger step even if they are not called when the route completed succesfully.