[xdebug-dev] Bug 0000091: breakpoint_remove is not behaving as documented

From: <xdebug-dev[@]lists.xdebug.org>
Date: Thu, 9 Sep 2004 18:02:52 +0200

The following NEW bug has been ADDED.
======================================================================
http://bugs.xdebug.org/bug_view_page.php?bug_id=0000091
======================================================================
Reporter: spookwork
Handler:
======================================================================
Project: Xdebug
Bug ID: 91
Category: Documentation
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Operating System: Windows
PHP Version: 4.3.8
Xdebug Version: 2.0-dev
======================================================================
Date Submitted: 2004-09-09 18:02 CEST
Last Modified: 2004-09-09 18:02 CEST
======================================================================
Summary: breakpoint_remove is not behaving as documented
Description:
During execution my IDE issued the command "breakpoint_remove -i TID -d
BID" but the response was always a 204 which referred to an improper
STATE. In the documentation the STATE option is used with
breakpoint_update but is not used with breakpoint_remove. Attempting to
remove the association to the breakpoint with "breakpoint_update -i TID -d
BID -s disabled" returned an error "3".

The final solution was found by using the following command:
"breakpoint_remove -i TID -d BID -s disabled"
======================================================================

Bug History
Date Modified Username Field Change
======================================================================
2004-09-09 18:02spookwork New Bug
======================================================================
Received on Thu Sep 09 2004 - 18:02:53 BST

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