local xdebug and remote project on remote server

I have a local XAMPP instalation with xdebug enabled.
The project is on a remote server like http://project.domain.com. I don't have xdebug on remote server.
It is posible to configure phpStorm to use local xdebug with remote project running on remote server?

0

Hi Catalin,

It's not possible.

Xdebug is just another PHP extension (special one, but still extension) so it should run on the same computer where PHP code is actually executed.

0

请先登录再写评论。