Remote debugging
Hi guys!
I'm trying to setup remote debugging with xDebug for PHPStorm.
My remote server xdebug configuration and debug settings are attached.
I've been set browser bookmarklets and started Listen PHP Debug Connections. When I press Start Debugger + Reload Page or just Debug This Page - the page is reloads and nothing happens.
I also tried to debug with PHP Web Application but it just opens browser on needed page.
I'm not using firewalls or proxies. Remote server IP is set in my /etc/hosts file.
Did I missed something?
Attachment(s):
screenshot_003.png
screenshot_002.png
请先登录再写评论。
Hi Dima,
I'm not 100% sure on this (since you have not provided all details yet) but I think you may misconfigured xdebug a bit.
What is 91.207.210.46 -- is it your PC or server? Based on "Remote server IP is set in my /etc/hosts file" I assume it is server IP.
xdebug is the one who will initiate connection to debugger client (in our case it will be PhpStorm). Therefore:
P.S.
I assume you have seen these articles/guides already. If not -- have a look, maybe they will help: