php - Strange behaviour of PHPUnit + Xdebug + PhpStorm -


i'm using phpstorm + xdebug + phpunit in shell on debian. works fine there strange behaviour, boring.

when run phpunit command in shell, first break phpstorm show me in /usr/local/bin/phpunit in line check php version...

but don't have put breakpoint in file.

if (version_compare('5.6.0', php_version, '>')) { fwrite(     stderr,     'this version of phpunit requires php 5.6; using latest version of php highly recommended.' . php_eol );  die(1); } 

in addition, file large remains blocked several seconds before can go ahead.

any suggestion?

make sure run | break @ first line in php scripts un-checked.

but not here. if so:

  1. setting/preferences | languages & frameworks | php | debug
  2. uncheck force break @ first line when script outside project option -- based on description 1 responsible behaviour.

Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -