XDebuger in UnitTest

Hello, i have problem with xdebug in UnitTests. When i start debug and press F8 i am going in class TestCase. But shold go on second line of code.

From here

 

press F8 and go in 

 

using Windows 10 64bit

apache server, Xdbug, php7.3, UnitTest 7.5.*

Maybe someone know what is problem here?

0

Please try removing all watches you have configured, they might produce some unexpected effects.

0

Do you mean file watchers?

0

@Sandyman2010

Not file watchers.

Ordinary "watches" in the debugger panel:

 

0

@Andriy Bazanov Thank you greate. It works greate, when watches is empty)

0

请先登录再写评论。