Xdebug ignores breakpoints

后端 未结 10 1137
一个人的身影
一个人的身影 2020-12-03 03:41

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

10条回答
  •  一整个雨季
    2020-12-03 03:51

    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.

提交回复
热议问题