在wampServer的php.ini中将一下三个参数置为On
xdebug.remote_enable = On
xdebug.profiler_enable = On
xdebug.profiler_enable_trigger = On
在Aptana中配置好正确的debug路径,即可实现debug调试php
在wampServer的php.ini中将一下三个参数置为On
xdebug.remote_enable = On
xdebug.profiler_enable = On
xdebug.profiler_enable_trigger = On
在Aptana中配置好正确的debug路径,即可实现debug调试php