[xdebug-dev] Bug 0000250: XDebug 2.0RC3 doesn't report error conditions

From: <noreply[@]lists.xdebug.org>
Date: Mon, 2 Apr 2007 10:15:46 +0200

The following NEW bug has been ADDED.
======================================================================
http://bugs.xdebug.org/bug_view_page.php?bug_id=0000250
======================================================================
Reporter: mathieuk
Handler:
======================================================================
Project: Xdebug
Bug ID: 250
Category: Usage problems
Reproducibility: always
Severity: major
Priority: normal
Status: new
Operating System: Tested on Windows & Linux
PHP Version: 5.2.0
Xdebug Version: 2.0.0rc3
======================================================================
Date Submitted: 2007-04-02 10:15 CEST
Last Modified: 2007-04-02 10:15 CEST
======================================================================
Summary: XDebug 2.0RC3 doesn't report error conditions
Description:
XDebug 2.0RC3 doesn't report any errors when an error occurs.

Consider the following script:
<?php

$test = "test";
waa();

?>

This should raise an undefined function error.

Configuration:
========================================================
No special configuration options set.

Expected behaviour:
========================================================
When running the above script through debugclient-0.9.0, after issueing
the 'run' command, xdebug should reply with a <response> element
indicating a problem (status=aborted?). It probably needs a <error>
element aswell, containing the error message.

Actual behaviour:
========================================================
The script runs and when it runs into the error, xdebug reports the script
now has the 'stopped' state with 'reason=ok':

debugclient-0.9.0 transcript:
-----------------------------

Connect
<?xml version="1.0" encoding="iso-8859-1"?>
<init fileuri="file:///data/home/mathieu/public_html/xd/index.php"
language="PHP" protocol_version="1.0" appid="9507" idekey="waa"><engine
version="2.0.0RC3"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick
Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright
(c) 2002-2007 by Derick Rethans]]></copyright></init>
(cmd) run -i waa
<?xml version="1.0" encoding="iso-8859-1"?>
<response command="run" transaction_id="waa" status="stopped"
reason="ok"></response>
(cmd)

======================================================================

Bug History
Date Modified Username Field Change
======================================================================
2007-04-02 10:15mathieuk New Bug
2007-04-02 10:15mathieuk Bug Monitored: mathieuk
======================================================================
Received on Mon Apr 02 2007 - 10:15:48 BST

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