-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to enable Xdebug Remote Session in Async Request? #28
Comments
@dreeh Thank's for the question. I have some too: 😄
|
Are you using Xdebug's remote_connect_back feature? If so please note that you also have to set the |
I use following configuration in xdebug.ini and debugging works well with multiple session. zend_extension=xdebug.so You have to ensure that your IDE also use port 10000 for incoming connection. |
@mfuehrer82 : this is not very helpful. Is there no special thing needed to start debugging in (sub)request? PHPStorm is starting debug session in main thread, but not in request.
Yes, all is on the same machine.
zend_extension = /usr/lib/php/20160303/xdebug.so
PHP 7.1.26-2+0 Debian, no docker, no vagrant: Distributor ID: Debian
|
Is there a possibility to activate debug session with xdebug in fired async request?
I've tried to set
XDEBUG_SESSION_START
POST var and some environment settings, but without success.Did anyone found a solution?
The text was updated successfully, but these errors were encountered: