frank-ly, I also had 2 REALLY bad days, and I don't now what finally fixed it,
so here's my collection of Do's and pitfalls:
; this is the thread safe version,
; the absence of _nts_ in the dll name 'shows' this
; do not use _ts, your library won't get registered and won't show in phpInfo()
zend_extension = "D:/wamp/bin/php/php5.3.8/zend_ext/php_xdebug-2.1.2-5.3-vc9-x86_64.dll"
tüm değerleri (gelmesi) ise) (phpinfo kontrol edin php.ini kontrol
xdebug.remote_enable = on
xdebug.remote_handler=dbgp
xdebug.profiler_enable = off
xdebug.profiler_enable_trigger = off
; if you have multiple virtual hosts ( like 'local.fooclient' )
; maybe using the IP is safer (for any same-machine-debugging)
xdebug.remote_host=127.0.0.1
; maybe a -much- lower port helped, 84 was free. use netstat to figure out.
xdebug.remote_port=84
; idekey! also see note below
xdebug.idekey=netbeans-xdebug
More Pitfalls:
Ben web üzerinde (r olmadan) xdebug.remote_handle bir yazım hatası birkaç kez gördük. sakının.
A note on the idekey: The above idekey did show in phpinfo() as master value, BUT
was overridden with a 'local value' like MYMACHINENAME$. ==> Setting a global env var (in computer properties) named DBGP_IDEKEY and rebooting (or maybe just logging out) to (also) netbeans-xdebug helps! Again: re-check in phpInfo() it took effect.
Tabii netbeans-menüsünü ayarlamak: seçenekler-> php sekmesi-> bu liman ve oturum id hata ayıklama bölüm.
Here bir script niyetinde port açık konuşmak ise (php ile) kontrol etmek, olduğunu. (Ayrıca yorumlarda da aşağıda, görüntüden tembel tipi olanlar için)
Tarayıcınız bağlamak için, her zaman hata ayıklama-başlangıç olsun-argüman eklemek için (hayal kırıklığı ortasında) unutmaya başlar değilsiniz:
http://localhost/myTest.php?XDEBUG_SESSION_START=netbeans-xdebug
port frontier üzerinde daha da this tool yardımcı olabilir.
Quadruplecheck Eğer VC6 tutuyor ve VC9 dışında her şeyi sürümlerini derlenmiş.
(Yukarıdaki ayarlar yapıldıktan sonra) komut satırından whatever/path/php.exe myTest.php
Running da (ben yanlış bir dll ile müdahalesi oldu ederken, yaptım) ek hataları ortaya çıkarabilir.
I can recommend http://www.wampserver.com
(for personal reasons it fits me better than the popular xampp package...)