[xdebug-dev] Bug 0000313: sending an expression which cannot be evaluated at the time causes the script to stop executing

From: <noreply[@]lists.xdebug.org>
Date: Tue, 2 Oct 2007 15:59:29 +0200

The following NEW bug has been ADDED.
======================================================================
http://bugs.xdebug.org/bug_view_page.php?bug_id=0000313
======================================================================
Reporter: d_kelsey
Handler:
======================================================================
Project: Xdebug
Bug ID: 313
Category: Usage problems
Reproducibility: always
Severity: major
Priority: normal
Status: new
Operating System: Windows XP
PHP Version: 5.2.1
Xdebug Version: 2.0.0
======================================================================
Date Submitted: 2007-10-02 15:59 CEST
Last Modified: 2007-10-02 15:59 CEST
======================================================================
Summary: sending an expression which cannot be evaluated at the time causes the script to stop executing
Description:
Within a debug environment, a user may set up an expression to watch. This
expression may or may not be valid at the time when xdebug is in break
state and the eval is sent.
The expression to evaluate was
$myObj->myMethod();
but in the script being executed, myObj var doesn't exist, neither does
the any class defining the myMethod method.

What I would have expected from xdebug when the eval was sent was an error
saying unable to evaluate, instead I get a stop status instead.
======================================================================

Bug History
Date Modified Username Field Change
======================================================================
2007-10-02 15:59d_kelsey New Bug
2007-10-02 15:59d_kelsey Bug Monitored: d_kelsey
======================================================================
Received on Tue Oct 02 2007 - 15:59:31 BST

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