View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000136 | Xdebug | Uncategorized | public | 2005-07-31 14:42 | 2006-02-21 21:43 |
Reporter | mccabe | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | reopened | ||
Summary | 0000136: stack_get does not conform to DBGp | ||||
Description | According to the DBGp documentation, stack_get reply should have a 'type' property. This is not included in replies from XDebug (CVS rom 2005-07-31) | ||||
Additional Information | Currently it seems like I have to parse the filename property for the "(xx) :eval'd code)" string to figure out wether it's a file or eval frame. | ||||
Tags | No tags attached. | ||||
Operating System | Linux | ||||
PHP Version | 4.3.11 | ||||
|
Fixed in CVS, thanks for the report. |
|
After a cvs update, I do get the type property, but if I step through code that enteres an eval() statement, the stack frames reported are not of type 'eval'. Instead I get a filename that decodes to: |
|
Fixed in CVS now, after adding support for virtual files for eval'ed statements. |
Date Modified | Username | Field | Change |
---|---|---|---|
2005-07-31 14:42 | mccabe | New Issue | |
2005-08-04 15:04 | derick | Status | new => closed |
2005-08-04 15:04 | derick | Note Added: 0000275 | |
2005-08-08 18:10 | mccabe | Status | closed => feedback |
2005-08-08 18:10 | mccabe | Resolution | open => reopened |
2005-08-08 18:10 | mccabe | Note Added: 0000277 | |
2005-12-30 17:09 | derick | PHP Version | 4.3.10 => 4.3.11 |
2005-12-30 17:09 | derick | Xdebug Version | 2.0-dev => 1.3.2 |
2005-12-30 17:09 | derick | Assigned To | => derick |
2005-12-30 17:09 | derick | Status | feedback => assigned |
2006-01-17 23:24 | derick | Xdebug Version | 1.3.2 => 2.0.0rc1-dev |
2006-01-17 23:24 | derick | Severity | trivial => minor |
2006-02-21 21:43 | derick | Status | assigned => closed |
2006-02-21 21:43 | derick | Note Added: 0000368 | |
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 |