默认情况下是否在XAMPP / WAMP服务器中安装了任何调试器,或者我们手动下载并配置了调试器?还建议使用最好的PHP调试器。
答案 0 :(得分:2)
如果您想使用Netbeans和Xampp进行调试,只需打开 c:\ xampp \ php \ php.ini 并添加这些行。它对我来说就像一个魅力。
xdebug.remote_handler="dbgp"
xdebug.remote_enable=on
xdebug.remote_port =9000
xdebug.remote_enable = 1
xdebug.profiler_enable = off
xdebug.profiler_trigger = off
xdebug.profiler_output_name = "cachegrind.out.%t-%s"
xdebug.profiler_output_dir = "C:\xampp\tmp"
或者检查一下:检查出来:https://www.youtube.com/watch?v=HbJOP0YcSjs