php - how can I get xdebug to run in Windows -


i apologize if not following protocol question; realize has been asked. however, have yet see answer (that works)

i trying xdebug working on windows 7 box. whatever build try (and have tried more 5 point), message when run php -m : failed loading c:\php5\ext\php_xdebug-2.2.2-[compile + build].dll

i have used "wizard" (it doesn't provide information) , module doesn't work.

make xdebug works can little trick. but, after move through challenges, see benefits of find bugs , fix them.

first of all, need find out version environment. tight related php version running , xdebug page place go figure out. xdebug wizard helps xdebug module compiled fit environment.

if copy output of following command:

php -i 

inside text box , hit button "analyse phpinfo() output" showed below:

enter image description here

you see report xdebug version need. of times, link download available showed below. if link not show, version should have no compatibility xdebug

enter image description here

after follow instruction gave wizard page, output of command:

php -m

should image below:

enter image description here

xdebug load on [zend modules] group. of course, not enough make work. enough move forward. told us, used wizard. if steps above same follow tell wizard output comment.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -