PhpStorm / Xdebug Step Over not go to the next line ... HELP !!! Follow
Hello,
For a few day, my debug with xdebug not work. When I click on F8, it don't pass to the next line, but it back in other file from my project vendor ... I dont 'understand why phpstorm make this comportment ...
My environment : ubuntu 20.07.4, phpstorm 2022.2, Magento2, php 7.1
I try to remove .idea, and I have restarted a new environment, and I have the same problem ...
I try to revert on my project on commit over 1 month, and I have the same comportment ? There are 1 month the debug worked correctly ...
I think that the problem are begun when my license was renew on begin aout, but I not very sur ...
Can you help me ? Are you a workaround ?
cdt
Jerome
Please sign in to leave a comment.
Hi there,
Sounds like it's https://youtrack.jetbrains.com/issue/WI-67891
Get 2022.2.1 and try there: https://blog.jetbrains.com/phpstorm/2022/08/phpstorm-2022-2-1-is-now-available/
Thanks you, I disable "Enable '__toString' object view" and it is ok.
but the bug, it s not only with xdebug 3 ...
My configs :
PHP 7.1.33-24+ubuntu20.04.1+deb.sury.org+1 (cli) (built: Oct 31 2020 16:56:22) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.1.0, Copyright (c) 1998-2018 Zend Technologies
with Zend OPcache v7.1.33-24+ubuntu20.04.1+deb.sury.org+1, Copyright (c) 1999-2018, by Zend Technologies
with Xdebug v2.9.8, Copyright (c) 2002-2020, by Derick Rethans
Sure. It affects all Xdebug versions lower than 3.1
It explained in this comment: https://youtrack.jetbrains.com/issue/WI-67891/Step-Over-broken-for-Xdebug-30-for-static-methods-and-private-properties-from-parent-classes#focus=Comments-27-6367485.0-0
And updated may snap package to 2022.2.1
And now it's ok ! Thanks !