View Issue Details

IDProjectCategoryView StatusLast Update
0000366XdebugStep Debuggingpublic2020-03-12 16:59
Reporterderick Assigned Toderick  
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.

Issue History

Date Modified Username Field Change
2008-04-18 18:26 derick New Issue
2016-12-09 00:25 derick Note Added: 0003967
2016-12-09 00:25 derick Status new => resolved
2016-12-09 00:25 derick Resolution open => fixed
2016-12-09 00:25 derick Assigned To => derick
2020-03-12 16:55 derick Severity minor => feature
2020-03-12 16:59 derick Category Feature/Change request => Step Debugging