google-code-export / firephp

Automatically exported from code.google.com/p/firephp
1 stars 0 forks source link

log HTML formatted message #40

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Need a way to dump on console html formatted message.

Could be a way to dump protected or private properties of object with
var_dump or xdebug enhanced var_dump.

Original issue reported on code.google.com by tit...@gmail.com on 3 Oct 2008 at 6:43

GoogleCodeExporter commented 9 years ago
There will be a better solution to dump protected/private object properties. 
See:
http://code.google.com/p/firephp/issues/detail?id=28

But the ability to display HTML formatted messages would still be valuable.

Original comment by christ...@christophdorn.com on 5 Oct 2008 at 7:07

GoogleCodeExporter commented 9 years ago
using var_export or var_dump allow you to dump private or protected properties 
in the
same way, it use php core internal rigths. Only the output format change. As 
the need
is to dump it to screen, i think an html dump is more suitable/efficient.
You can also check the pear var_dump here 
http://toolbox.aldabase.com/index.php?package=Var_Dump
It allow you to dump object in various format included xml, text, html, etc... 
Dump
is done by a renderer module, you can even create you own one.

Original comment by tit...@gmail.com on 6 Oct 2008 at 6:34

GoogleCodeExporter commented 9 years ago
Both features will be incorporate. Dumping of private/protected vars will be 
included
in the next beta. See: http://code.google.com/p/firephp/issues/detail?id=28

Original comment by christop...@gmail.com on 6 Oct 2008 at 8:36

GoogleCodeExporter commented 9 years ago

Original comment by christ...@christophdorn.com on 14 Apr 2009 at 5:58

GoogleCodeExporter commented 9 years ago

Original comment by christ...@christophdorn.com on 14 Apr 2009 at 6:04

GoogleCodeExporter commented 9 years ago

Original comment by christ...@christophdorn.com on 14 Apr 2009 at 6:05