I am currently trying to get Xdebug to work on our development server. As client I am using netbeans and the connection so far works without problems. But when I try to set
Yet another possible solution, the only one that worked for me, after trying everything in this post and in many others...
I'm debugging a PHP project through XDEBUG on Eclipse Neon on Windows. The source is remote Linux, mounted locally as a drive through SFTP. It's probably my own fault that this isn't set up correctly...
In Eclipse, right-click your project, then select Configure
, then Add PHP Support
. Immediately, the DLTK indexing started; before that it wouldn't start no matter what.
Then I had to open my source and set the breakpoints through Remote File Explorer. I hope this helps someone.