View Issue Details

IDProjectCategoryView StatusLast Update
0000021XdebugUncategorizedpublic2003-10-09 20:06
ReporterYunosh Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionopen 
Summary0000021: Output of xdebug_dump_function_profile get dumped to screen instead of file
Description

Version 1.3.0-RC1
Though I passed a file name to xdebug_start_profiling, the output of xdebug_dump_function_profile still gets dumped to the browser instead of the specified file. The file gets created and contains messages from xdebug_start_profiling and xdebug_stop_profiling but no profiling data.

TagsNo tags attached.
Operating SystemLinux
PHP Version4.3.4-dev

Activities

derick

2003-10-09 20:06

administrator   ~0000023

This is not a bug at all.
xdebug_dump_function_profile() dumps the information to screen, and cleans up all the information so that there is nothing left to dump to the file at the end of the script. If you remove the xdebug_dump_function_profile() function from your script you'll see that everything works as it should.

Issue History

Date Modified Username Field Change
2003-10-09 00:17 Yunosh New Issue
2003-10-09 20:06 derick Status new => closed
2003-10-09 20:06 derick Note Added: 0000023
2016-07-31 12:36 derick Category Usage problems => Usage problems (Crashes)
2016-07-31 12:38 derick Category Usage problems (Crashes) => Usage problems (Wrong Results)
2020-03-12 16:35 derick Category Usage problems (Wrong Results) => Variable Display
2020-03-12 16:38 derick Category Variable Display => Uncategorized