Waiting for the XDebug Session 57% in Eclipse PDT

前端 未结 7 1751
野性不改
野性不改 2020-12-15 23:34

Browsing the hints when I write this message it seems this is a tough question with all kind of patches, but no clear answer ... Anyway, I try my chance, here it is. I\'m us

相关标签:
7条回答
  • 2020-12-16 00:01

    I had the same issue and searched for ages trying to fix it! I verified everything with my remote host, my port listening, and my Eclipse settings. I finally found the problem was that I needed to specify the IDE for XDebug in my php.ini, like:

    xdebug.idekey=ECLIPSE_DBGP
    
    0 讨论(0)
提交回复
热议问题