View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001020 | Xdebug | Uncategorized | public | 2013-12-31 07:58 | 2017-01-03 18:42 |
Reporter | muyilangjun | Assigned To | derick | ||
Priority | high | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Platform | mac | OS | os x | OS Version | 10.9.1 |
Product Version | 2.2.3 | ||||
Summary | 0001020: can not break when use spl_autoload_register,breakpoints has no effect | ||||
Description | after i upgrade to 2.2.3,i found that if a write php use spl_autoload_register,the files that include by spl_autoload_register ,and their breakpoints have no effect I'm sorry to tell you 2.2.1 is ok codes: | ||||
Steps To Reproduce | define("BASE_PATH", realpath(dirname(FILE) . "/../../")); define('GAME_ID', 1001); function my_autoload($pClassName) {
} spl_autoload_register("my_autoload"); Match_Model::begin(86, 53, $tm_data); | ||||
Additional Information | Match_Model is a file include by my_autoload,I make breakpoints ,but they can not breaks | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.4.9 | ||||
|
Hi, thanks for the report. In order to find and fix the bug, I really do need a reproducible case. As this seems to be a remote debugging issues, please refer to https://xdebug.org/support.php#remote as to what I would require. cheers, |
|
I could not reproduce this, as there was no reproducible case, and no additional information was presented. I am therefore closing this report. |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-12-31 07:58 | muyilangjun | New Issue | |
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) |
2016-12-03 12:48 | derick | Note Added: 0003876 | |
2016-12-03 12:48 | derick | Assigned To | => derick |
2016-12-03 12:48 | derick | Status | new => feedback |
2017-01-03 18:42 | derick | Note Added: 0004114 | |
2017-01-03 18:42 | derick | Status | feedback => resolved |
2017-01-03 18:42 | derick | Resolution | open => unable to reproduce |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |