View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000594 | Xdebug | Uncategorized | public | 2010-07-14 10:49 | 2020-03-12 16:57 |
| Reporter | Devis | Assigned To | |||
| Priority | normal | Severity | feature | Reproducibility | always |
| Status | resolved | Resolution | won't fix | ||
| Product Version | 2.1.0 | ||||
| Summary | 0000594: Extend the scream support | ||||
| Description | It would be useful to have something similar to the scream option for var_dump(), print_r(), die(), exit(), __halt_compiler(), debug_print_backtrace and similar functions. The idea is to "scream" when one of this function is called, providing information such as FILE and LINE to understand why a script died or who is putting debug information in the output chain. This should make easier to clean the code and to understand why a third party library/framework/software is stopping. Note: print_r might be called with $return true, in such case there should be no "scream". | ||||
| Tags | No tags attached. | ||||
| Operating System | Any | ||||
| PHP Version | 5.3.3 | ||||