View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000131 | Xdebug | Uncategorized | public | 2005-07-05 00:47 | 2006-01-23 00:30 |
Reporter | jeffg | Assigned To | derick | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | open | ||
Summary | 0000131: XDebug needs to implement paged child object requests | ||||
Description | Please see the example code below, which recursively creates objects. Performance slowdown when debugging this script in Komodo is huge because Komodo is required to request all children from xdebug at once instead of being able to page through them like it can with Python or Perl. | ||||
Additional Information | <?php $arraysize = 1000 ;
class TestClass
$objects = array () ; if ($withlinks) ?> <? <? <? <? </body> </html> | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 4.3.11 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2005-07-05 00:47 | jeffg | New Issue | |
2005-07-07 15:26 | derick | Status | new => assigned |
2005-07-07 15:26 | derick | Assigned To | => derick |
2006-01-17 23:27 | derick | PHP Version | 4.3.10 => 4.3.11 |
2006-01-17 23:27 | derick | Category | Feature/Change request => Usage problems |
2006-01-23 00:30 | derick | Status | assigned => closed |
2006-01-23 00:30 | derick | Note Added: 0000356 | |
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 |