run button in phpstorm does not work
I'm making an attempt to debug the project (not on index.php) is a system returns an error: Can not find PHPUnit in include path (C: \ xampp \ php \ pear).
This directory is in that location. I have Xampp server on the workstation.
Maybe someone has seen this problem.
How to make phpstorm debugging it to be used. Htaccess file.
my edit configuration:
I run it like this:
thanks
Please sign in to leave a comment.
Hi there,
1. I see no picture at all
2. I guess you misunderstanding a bit how Run/Debug buttons work. It is not to run/debug currently active file, but to run selected configuration (that drop down box just on the left).
3. You are trying to execute PHPUnit test. Based on the description you need something else.
I suggest checking this link -- especially the last article/manual -- this should be enough for debugging most websites, especially when running on completely local server: http://confluence.jetbrains.net/display/WI/Documentation