View Issue Details

IDProjectCategoryView StatusLast Update
0000393XdebugUncategorizedpublic2009-12-30 12:49
Reporterd_kelsey Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Summary0000393: eval returns array data at the previous page request
Description

I send a command to retrieve a property ($a) and as this has 200 elements (as it is an array) and max_children is set to 31 I request page 4. I then do an eval($b) (where $b is also an array) and get back page 4 as well. But I was expecting page 0.

TagsNo tags attached.
Operating System
PHP Version5.2.5

Activities

derick

2009-12-30 12:49

administrator   ~0001238

Fixed in rev. 3181, I also added the -p argument to the eval command as well, pending inclusion into DBGP.