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.

Issue History

Date Modified Username Field Change
2004-07-06 21:00 derick New Issue
2004-07-09 14:36 derick Status new => closed
2004-07-09 14:36 derick Note Added: 0000144
2016-07-31 12:36 derick Category Usage problems => Usage problems (Crashes)
2016-07-31 12:38 derick Category Usage problems (Crashes) => Usage problems (Wrong Results)
2020-03-12 16:35 derick Category Usage problems (Wrong Results) => Variable Display
2020-03-12 16:38 derick Category Variable Display => Uncategorized