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?

0
2 comments

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:

1
Avatar
Permanently deleted user

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

2

Please sign in to leave a comment.