Hi my question is that we can view the output of symfony dump() function with normal http request, but can we view the output with ajax request?
U can check all dump data from standart symfony profiler toolbar.
First, use dump() function as u usually do:
dump(array('Some key' => 'Some value'));
Then, open app_dev.php symfony enviroment, and do your ajax action.
Look at profiler toolbar on request section:

Click on ajax action profile id. (460769 in example above)
Then look at debug section in profiler

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With