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 | |||
| 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. |