View Issue Details

IDProjectCategoryView StatusLast Update
0000056XdebugUncategorizedpublic2020-03-12 17:07
ReporterNovell Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionopen 
Summary0000056: A setting is needed to not dump $GLOBALS etc when using xdebug_get_function_stack()
Description

With circular references between classes and where we need to use $GLOBALS['foo'] to access the class the first time, just an undefined var cause 800K large output.

So an option to not get everything from $GLOBALS (and others too ?) might be needed.

TagsNo tags attached.
Operating SystemLinux 2.6.3 (Gentoo Unstable)
PHP Version5.0.0-dev

Activities

derick

2007-02-19 22:47

administrator   ~0000571

This has been addressed some time ago by the introduction of the three xdebug.vardisplay* ini settings.