[xdebug-dev] Bug 0000270: Debugger aborts when PHP's eval() is encountered.

From: <noreply[@]lists.xdebug.org>
Date: Mon, 21 May 2007 10:15:41 +0200

The following NEW bug has been ADDED.
======================================================================
http://bugs.xdebug.org/bug_view_page.php?bug_id=0000270
======================================================================
Reporter: albert66
Handler:
======================================================================
Project: Xdebug
Bug ID: 270
Category: Usage problems
Reproducibility: always
Severity: crash
Priority: normal
Status: new
Operating System: Linux (Fedora Core 4)
PHP Version: 5.0.4
Xdebug Version: 2.0.0rc4
======================================================================
Date Submitted: 2007-05-21 10:15 CEST
Last Modified: 2007-05-21 10:15 CEST
======================================================================
Summary: Debugger aborts when PHP's eval() is encountered.
Description:
The debugger exits when a script calls PHP's eval().

Example:

<?php
print "hello";
eval("print 'to';");
print "you";
?>

When execution point passes at the second line, the debugger aborts.
======================================================================

Bug History
Date Modified Username Field Change
======================================================================
2007-05-21 10:15albert66 New Bug
2007-05-21 10:15albert66 Bug Monitored: albert66
======================================================================
Received on Mon May 21 2007 - 10:15:54 BST

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST