View Issue Details

IDProjectCategoryView StatusLast Update
0000366XdebugStep Debuggingpublic2020-03-12 16:59
Reporterderick Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Summary0000366: Xdebug + Zend Debugger
Description

could you please test if my little patch really allows using xdebug
together with Zend Debugger?

ATTENTION: you need to load xdebug with extension=xdebug.so and not via
zend_extension. When there is no other zend_extension xdebug will
register itself as zend_extension. If there is another zend_extension
xdebug replaces the statement_handler with a wrapper that first calls
xdebug's new statement_handler and then the one that the other
zend_extension has registered.

TagsNo tags attached.
Operating System
PHP Version5.2.6

Activities

derick

2016-12-09 00:25

administrator   ~0003967

Don't particularly care about Zend Debugger.