I googled, installed Devel, Drupal for Firebug, but I can\'t find it.
I found what I want, I know where it is; I just don\'t know how to g
If you can't use devel module for some reason, another useful "debug" functions could be var_export() and a Drupal wrapper drupal_var_export(). These functions gives the output as PHP code.