CakePHP4 - DebugKits not showing variable structure

Dear all,

I am using CakePHP4 and DebugKit is enable.
Previously, I can check variables structure in DebugKit, now I can only see SQL statement objects.
How can I turn on the variable structure again?

Thank you very much.

I found solution, need to add ->all() to execute the query and actually get all result set before passing variable to view.