我有Phpstorm 3.0.2,我一直在尝试配置调试器一段时间。当我使用bookmarklets并设置“debug this site”时,我得到它的工作,但是当我使用IDE的“调试”按钮时,我对此错误感到困惑:
Warning: require_once(PHPUnit/Runner/Version.php): failed to open stream: No such file or directory
命令行运行:
C:\xampp\php\php.exe -dxdebug.remote_enable=1 -dxdebug.remote_host=127.0.0.1 -dxdebug.remote_port=9000 -dxdebug.remote_mode=req "C:\Documents and Settings\<User>\Local Settings\Temp\ide-phpunit.php" --no-configuration <project-folder>
我不知道为什么会调用ide-phpunit.php,它应该做什么(除了ide和phpunit之外的东西!)等等。我的“前任”修改了此设置,因此在他们的环境设置中可能存在一些怪癖。
为什么它会尝试运行phpunit-things以及如何禁用它?如果我不能,我该如何使它工作。
答案 0 :(得分:3)
因为您正在创建错误运行/调试配置类型条目。
您需要创建“PHPUnit”,而需要“PHP Web应用程序”或“PHP远程调试”。