-
### Symfony version(s) affected
6.4
### Description
`VarDumper::dump(' ');` shows an empty string with nothing in it.
``VarDumper::dump(' ');`` also shows as an empty string.
I experien…
-
Hello,
I just saw this article from JoliCode, and I immediately though that it would be a nice feature to add to this bundle. WDYT?
https://jolicode.com/blog/leverage-symfony-vardumper-component…
-
Not work with PHP 8.2.
Trying to access array offset on value of type bool in Horizom\VarDumper\VarDumper.php on line 1417
-
`VarDumper::exportClosure()` not support arrow functions:
~~~php
$f = fn($x) => $x + 10;
VarDumper::export($f);
~~~
### Additional info
| Q | A
| ---------------- | ---
|…
-
**Feature request**
For debugging it can be convenient to wrap a subexpression in a function that dumps _and returns_ the value.
``` php
```
I don't think this would be a breaking change except in…
tom-- updated
8 years ago
-
I was trying to dump a Symfony form. Buggregator fails with the following error in console:
`Modules\VarDumper\Exception\InvalidPayloadException: Unable to decode the message. in /app/app/modules/V…
-
I'm trying to make a phar from this library https://github.com/symfony/var-dumper
My box.json
``` json
{
"output": "var-dumper.phar",
"stub": true,
"finder": [{"in": "."}],
"main": "…
-
Padawan could not generate index for `Symfony\Component\VarDumper\Tests\Fixtures\NotLoadableClass`
-
Hi lara guru,
There is a new bad boy in Symfony VarDumper component 4.1 called var-dump-server!
Check it out: https://symfony.com/blog/new-in-symfony-4-1-vardumper-server
It would be nice to be a…
-
Is it possible to log the queries when testing with laravel tinker? If so, can you provide instructions on how to enable it? I reviewed the docs and searched the issues, I don't see any other mention…