Troubleshooting strategy rules by using the Tracer tool
I was debugging a headless application where I have a strategy rule which is returning results. One of the sub strategy is working fine when I am unit testing it. But when I run the main strategy through post man(API call), it is not filtering the proposition.
I am using a tracer tool to debug the strategies. It is only returning the order of strategies executed in a tracer. But is there any way to see the sub strategy results in the tracer.
Tried for loggers as well but couldn't find any. Last option is to create and activity, call a data page reference and using it in set property of the strategy. But is there any way to see the results without writing any code?
Regards,
Nizam