Netbeans xdebug nightmare

泪湿孤枕 提交于 2019-12-04 10:24:49

I have no idea what happened, but I switched my debug port to 9000 and upgraded to Netbeans 6.9, and it works now.

adeel

adding those lines solved my problems (usually)

xdebug.remote_enable = on

xdebug.profiler_enable = on

xdebug.profiler_enable_trigger = on

xdebug.profiler_output_name = cachegrind.out.%t.%p

xdebug.profiler_output_dir = "c:/wamp/tmp"

xdebug seems not working in "run as script" mode try it on your local website

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!