Question
Debugging strategy failures
Say I have a multi level complex strategy that spans across multiple entities on the customer's context dictionary. Assume that testing the wrapper strategy at the customer level from the test run panel throws an error. This error gives the component name that has failed. From this point, I dig down one level at a time until I reach the actual strategy that has the component responsible for failure. Even the logs are of not much help in this case.
Is there a way were we can get the actual root cause right away rather than propagating one strategy to other?
Thanks in advance.
Ratan Balaji.