View Issue Details

IDProjectCategoryView StatusLast Update
0000040XdebugUncategorizedpublic2020-03-12 17:07
Reporterdaytonclark Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionopen 
Summary0000040: Provide optional depth on xdebugcall* functions
Description

I have my own
debugging level which will sit on top of xdebug. This means that when I
invoke xdebug_call_function, for instance, inside my debugging function, I
don't get the invoking function but I get my debugging function.

So I modified xdebug.c in version 1.3.0 so that xdebug_call_function and
similar functions accept an optional argument which specifies how far back
to go in the stack frame. Thus:

regards,
Derick

Additional Information

The following is from an email from Derick responding to my email about this:

the CVS version of Xdebug already has the necessary functions to select
an "earlier" stack frame. I'll add this functionality to Xdebug then
using this new utility function. It would help me not to forget this if
you file a "feature request" at bugs.xdebug.org.

TagsNo tags attached.
Operating SystemFreebsd
PHP Version4.3.0

Activities

derick

2006-08-19 14:34

administrator   ~0000442

Fixed in CVS for Xdebug 2.0rc1.

Issue History

Date Modified Username Field Change
2004-01-09 19:28 daytonclark New Issue
2006-08-19 14:34 derick Status new => closed
2006-08-19 14:34 derick Note Added: 0000442
2020-03-12 16:56 derick Severity trivial => feature
2020-03-12 17:07 derick Category Feature/Change request => Uncategorized