Answer the question
In order to leave comments, you need to log in
Remote debugging with xDebug.remote_autostart
There is a web server under virtualBox. Php 5.5, xDebug
Answer the question
In order to leave comments, you need to log in
For a dev machine on a virtual machine, it's better to use
xdebug.remote_connect_back=1
and see if XDEBUG_SESSION is forwarded
xdebug.remote_connect_back allows you to debug from any remote, I tried this option instead of remote_host, the result is the same.
xDebug.remote_autostart just allows you to debug requests without XDEBUG_SESSION. XDEBUG_SESSION runs fine with remote_autostart disabled.
I have the same problem, I've been suffering for several months now, I just can't find a solution =) I'll follow the topic, maybe something will appear
There may also be an option with not configured raw mapping in the IDE, in case of phpstrom.
Host tcp/ip stack timeout. The author writes that it is fixed in the next. release.
bugs.xdebug.org/view.php?id=963
Here are the details and how to patch it if it's urgent
derickrethans.nl/advent15.html
Probably you can also try debugging a proxy, somewhere it was written in python, and then tweak the connection timeout manually.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question