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?
请先登录再写评论。
Please try removing all watches you have configured, they might produce some unexpected effects.
Do you mean file watchers?
@Sandyman2010
Not file watchers.
Ordinary "watches" in the debugger panel:
@Andriy Bazanov Thank you greate. It works greate, when watches is empty)