So eclipse and xdebug walk into a bar, and then my apache server dies

后端 未结 4 567
逝去的感伤
逝去的感伤 2020-12-24 12:07

I am using windows xp x86, wamp, apache2, php 5.3 x86, eclipse php, and xdebug, running on localhost as both a virtualhost and an https virtualhost

eclipse version i

4条回答
  •  一生所求
    2020-12-24 12:50

    This article sounds promising.

    Both XDebug and Eclipse (in its php dev env) can use the DBGp protocol by the look of things. Based on that article, you might be able to get things working by messing with Apache's .htaccess file[s], or by running a DBGp proxy (whatever that is). Further details in the article.

    I suspect both XDebug and Eclipse are connecting to the same PHP debug session, stepping on one anothers toes, causing Hilarity to Ensue.

    That or "undefined behavior". Either way.

提交回复
热议问题