I've started to have more and more problems with latest PhpEd's.
I'm debugging PHP 5.4 on remote server. I'm running PhpEd 12.0 (build 12034, 64bit).
Sometimes it just hangs when I jump from command to command with F8. Hanging might be caused by line like this, so it's not like the scripts are complicated or do a lot of stuff.
<?php
$foo->first('foobar');
$foo->second('foobar');
?> |
When I finally detach the debugger, it crashes PhpEd. Is there something I should check?
I have not posted a bug report of this one, as I don't know how to reproduce the problem otherwise but using PhpEd's debugger...