View Issue Details

IDProjectCategoryView StatusLast Update
0000072XdebugUncategorizedpublic2004-07-09 14:36
Reporterderick Assigned To 
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionopen 
Summary0000072: Xdebug handles breakpoint_get wrong
Description

It currently returns all info as attributes while it should be a child element.

Additional Information

The question is, is it specified in DBGp, whether
breakpoint_get response should contain its breakpoint as a
set of attributes of <response/> tag, or as a child node?

example in documentation shows it this way:
<response ... > <breakpoint ... /> </response>
while xdebug gives this kind of response: <response
filename="..." type="..." ... />

TagsNo tags attached.
Operating System
PHP Version4.3.0

Activities

derick

2004-07-09 14:36

administrator   ~0000144

Fixed in CVS.