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
Description
When you have dump server up and running and you dump with dump($var) and there is a redirect after this, dumped content is never shown in the debug toolbar (It is not shown anywhere).
Possible Solution
If the server is collecting dump outputs so I can assume debug toolbar will show all dumps from the dump server no matter of any redirection in the meantime. Or am I getting something wrong?