You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The basic functionality is that a developer can add a Symfony-Debug-Toolbar-Replace with a value of "1" to an ajax response and the debug toolbar will automatically reload showing the info from the ajax request.
The text was updated successfully, but these errors were encountered:
This PR was squashed before being merged into the master branch (closes#9692).
Discussion
----------
WDT following AJAX requests
This PR is for #8409 and the functionality in symfony/symfony#26655.
This is my first Doc PR so I'm happy for all the constrictive input there is to give. I'm really hoping this functionality can make 4.1.
Commits
-------
1bbca83 WDT following AJAX requests
See: symfony/symfony#26655
I'm not sure where or how the above new functionality should be documented. https://symfony.com/doc/current/reference/configuration/web_profiler.html seems like the closest thing I could found but it doesn't quite fit. Suggestions?
The basic functionality is that a developer can add a
Symfony-Debug-Toolbar-Replace
with a value of "1" to an ajax response and the debug toolbar will automatically reload showing the info from the ajax request.The text was updated successfully, but these errors were encountered: