On Fri, 21 Nov 2008, Wibaux Yvan wrote:
> Thanks for this great debugger!
>
> I have the same problem as:
> http://dev.eclipse.org/newslists/news.eclipse.tools.pdt/msg01307.html
>
> The problem comes randomly even with a php file containing: echo phpinfo();
>
> Thanks for your help if you find the origin of the problem!
>
> <- eval -i 898 -- JHRoaXMtPl9tb2R1bGVMYXlvdXRz
> -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="
> http://xdebug.org/dbgp/xdebug" command="eval" transaction_id="898"
> status="stopped" reason="ok"></response>
This eval statement "$this->_moduleLayouts" causes an internal error --
and thus aborts the execution of the script. I do not know why eclipse
uses eval here, it shouldn't need to do that (use use property_get).
For the particular issue however, I might have a solution which should
address the abortion of the script on eval errors.
regards,
Derick
-- Like Xdebug? Send a postcard: http://derickrethans.nl/xdebug_2_released.php Xdebug | http://xdebug.org | xdebug-general@lists.xdebug.orgReceived on Tue Dec 02 2008 - 11:22:49 GMT
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST