ladybug
ladybug copied to clipboard
PHP 5.3+ Extensible Dumper
I see that Ladybug still doesn't support Twig 2.0 which causes the following problem Attempted to load class "Twig_Filter_Method" from the global namespace. Did you forget a "use" statement? As...
I'm having this Exception. Symfony\Component\Filesystem\Exception\IOException: Unable to write to the "/tmp/ladybug_cache" directory. I use ladybug to depure web applications (user www) and console applications (my user), so probably need create...
Notice: Undefined variable: class 500 Internal Server Error - ContextErrorException
The current stable version of Twig is v1.22.3, you have requirement for twig as >=1.7.0. The latest version has deprecated function that you use and therefor we get USER_DEPRECATED warning....
I dumped object which contains array of objects using function ld(). If I try to click on first object in array it doesnt shows information about object, but hides whole...
`┬À` this gets printed in a windows console instead of `·` for https://github.com/raulfraile/ladybug/blob/master/src/Ladybug/Theme/Simple/SimpleTheme.php Fix: `' '.chr(250).' '` Related: http://stackoverflow.com/questions/388490/unicode-characters-in-windows-command-line-how `Note there are serious implementation bugs in Windows's code page 65001...
Ladybug detects automatically some math constants such as `pi` or `e`, but needs the BCMath extension to do it. In case it is not installed, it should not check for...
After upgrading Ladybug from v1.0.8 to v1.0.11 the parameters of a `\DateTime()` object are not dumped anymore. Reverting composer.lock to the Ladybug version from "2013-10-15 09:36:24" does show the parameters...
Is it possible to get a stack trace when dumping a variable?