Hello Team,
Is there an easier or more efficient method or tool available to quickly test the object expression builder logic or to log/inspect object field values during execution to aid in debugging?
Hello Team,
Is there an easier or more efficient method or tool available to quickly test the object expression builder logic or to log/inspect object field values during execution to aid in debugging?
Good question Priyank; in fact, the question is better than the answer. From a member of the team that built this functionality:
This is not an easy answer, as it involves the
DDMExpressionImplclass, in which we haven’t implemented logs. Therefore, we can’t enable detailed logging for that specific class to view values and execution flow in Liferay’s log files.
I think currently the only option would be to debug the code itself, so it would be necessary to use a remote Java debugger connected to the Liferay server to be able to perform remote debugging.