Anyway to get XDebug to show active model attribs?

Hi

I use XDebug with Netbeans on Windows - think I have it set up right, I can trace, step etc…

However, every day I get that "wish I could see my model attribs" feeling…

Under the variables tab

  • I can see in the Name column my $model with a teasing + beside it inviting me to expand

  • I can see in the Type column my MyModel

Sadly when I expand, no attribs appear…

Is there a way?

Add $model->attributes to watches list.