我有
jquery对另一个PHP文件进行ajax调用,并且无法研究如何让netbeans和xdebug停在此文件的断点处.
例如:
例如:
的index.PHP
function ajaxfunc(){ ... }
other.PHP
<?PHP echo Whatever::doit(); class Whatever(){ public function doit(){ $stopme="now"; } } ?>