unread
Hi Derick,
The attached patch must enable generators support in XDebug.
XDebug would need override zend_execute_ex (instead of zend_execute).
EG(current_execute_data) is going to be different there. You can use
EG(current_execute_data)->prev_execute_data instead.
I would appreciate, if you test the patch and tell me if XDebug still
has any PHP-5.5 related problems.
Thanks. Dmitry.