step over jumps somewhere not to next line
Hi i have problem while debuging.
Start debug, program stops on first break point then i press STEP OVER (F8 in new version) and it jums not to the next line but to Autoload.php destructor.
Not other breakpoints used. And break point on simple lines $id = $id +1;

Any ideas why not go to next line, but jumps somewhere?
Please sign in to leave a comment.
Hi there,
I personally have no idea / never seen anything like that myself. (but I have never tired to debug Magento code either)
In any case:
I ran in this issue, too. After a long time of debugging, reading and googling I solved this issue by deleting the .idea folder and recreating it again...
Hope this helps anybody in future