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
use Tracy\Debugger::enable() and place it after a possible redirect (i.e. to a language-specific url, like http://example.com/ -> http://example.com/en; should not happen in Nette application with standard bootstrap, happened to me in Drupal project using Tracy)
problem: header_remove('Set-Cookie') is not called from Bar.php when the redirect occurs and the cookie XDEBUG_SESSION=deleted gets into browser
I've proposed a simple solution printing at least console warning to confused developers like me, who would be investigating for hours why XDEBUG stops after first request, will pull request it in a second :)
Scenario:
I've proposed a simple solution printing at least console warning to confused developers like me, who would be investigating for hours why XDEBUG stops after first request, will pull request it in a second :)