Xdebug And Netbeans Problem

前端 未结 8 1759
谎友^
谎友^ 2020-12-14 11:17

Im trying to configure xdebug to work with Netbeans 6.9 and php 5.3
As far as i concern i have setup xdebug properly.
I can see xdebug extension from phpinfo page.

8条回答
  •  攒了一身酷
    2020-12-14 11:52

    An alternative is the Dephpugger project. Is like ipdb in python or byebug in Ruby. https://github.com/tacnoman/dephpugger

    Is very easy to use.

提交回复
热议问题