的index.PHP
function ajaxfunc(){ ... }
other.PHP
<?PHP echo Whatever::doit(); class Whatever(){ public function doit(){ $stopme="now"; } } ?>
Netbeans停在index.PHP中的代码但不在other.PHP中停止
这将打开你的ajax调用的调试.确保您打开的项目中包含other.PHP文件.