Add user field in Available debug data

Hi,In Yii debug, I can add Panels, insert new custom panel, change defaultPanel … etc.

But I would like to add new field in ‘All available Data’, this field is the User, because I like filter to user, view the users … etc.

The current and fields are

Tag, Time, Ip …

And the files are in:

yii \ debug \ controllers \ DefaultController

yii \ debug \ views \ default \ index.php

Is it possible to do it dynamic?, Or need new development?Thanks!