Page 1 of 1

How do I make a XDebug session persist between requests?

PostPosted: April 24th, 2017, 2:51 pm
by kirkland
I'm trying to use PHP Tools to write a Laravel application. As Laravel uses a routing system, it removes the get parameter once I start to navigate a page. Is there a way to configure PHP Tools or XDebug to make it persist on all requests?

Re: How do I make a XDebug session persist between requests?

PostPosted: April 27th, 2017, 7:53 am
by Miloslav Beno
Hello!

Thanks for the question.

You can try to setup auto_start option for Xdebug so you won't need get parameter.

Check https://docs.devsense.com/debugging/troubleshooting#debugger-wont-work-when-dont-open-a-page-wait-for-a-request-from

Please let me know if that helped.

Thanks,