Cvardumper Question

In the documentation http://www.yiiframework.com/doc/api/1.1/CVarDumper it says:

What is so buggy about var_dump and print_r that CVarDumper solves.

Thank you!

CVarDumper can correctly identify the recursively referenced objects in a complex object structure. It also has a recursive depth control to avoid indefinite recursive display of some peculiar variables.

Where as var_dump or print_r cannot, can you try this?