我正在尝试调试PHP CodeIgniter应用程序,但未执行断点,它是我通过FTP与NetBeans连接的远程项目,并且Xdebug正在运行。
在xdebug_remote.log
文件中,我得到以下信息:
<- breakpoint_set -i 138 -t line -s enabled -f file:///C:/xampp/htdocs/MyApp/application/controllers/Public/Home.php -n 15
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="138" state="enabled" id="17240001"></response>
断点可能是在本地文件上设置的,而不是在远程文件上设置的,原因是断点不起作用?