View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000394 | Xdebug | Step Debugging | public | 2008-08-06 08:06 | 2020-03-12 16:51 |
Reporter | d_kelsey | Assigned To | derick | ||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Summary | 0000394: use the stderr stream in DBGp to route messages from php error handler to a debug client | ||||
Description | Based on a request from a user of PDT, the user wanted to redirect any php warnings to PDT (ie not display them on the web page). This could be achieved if XDebug routed php error handler generated messages via the stderr stream rather than stdout stream. | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.2.5 | ||||
|
sdsfdfdsfsddfdsf |
|
This is now possible (since 2.3.x) by setting a breakpoint for the "Exception" Notice and Warning. This is described at https://derickrethans.nl/xdebug-2.3-debugging-improvements.html |
Date Modified | Username | Field | Change |
---|---|---|---|
2008-08-06 08:06 | d_kelsey | New Issue | |
2008-08-06 09:18 | derick | Relationship added | has duplicate 0000004 |
2009-07-20 06:09 |
|
Note Added: 0001000 | |
2016-12-13 21:37 | derick | Note Added: 0004053 | |
2016-12-13 21:37 | derick | Status | new => resolved |
2016-12-13 21:37 | derick | Resolution | open => no change required |
2016-12-13 21:37 | derick | Assigned To | => derick |
2020-03-12 16:51 | derick | Category | Feature/Change request => Step Debugging |