View Issue Details

IDProjectCategoryView StatusLast Update
0000394XdebugStep Debuggingpublic2020-03-12 16:51
Reporterd_kelsey Assigned To 
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionno change required 
Summary0000394: 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.

TagsNo tags attached.
Operating System
PHP Version5.2.5

Relationships

has duplicate 0000004 resolvedderick Debug information only in client 

Activities

user996

2009-07-20 06:09

  ~0001000

sdsfdfdsfsddfdsf

derick

2016-12-13 21:37

administrator   ~0004053

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