View Issue Details

IDProjectCategoryView StatusLast Update
0000877XdebugUncategorizedpublic2012-08-27 08:34
Reportermirazasx Assigned Toderick  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionno change required 
PlatformlinuxOScentosOS Version5.5
Product Version2.2.1 
Summary0000877: Cant get HTML(trace_format) output to work in broser
Description

when I sett trace_format to 2 still printing the same like it would be set to 1; No mater what I never get those nice orange HTML error traces or var_dumps. I have tryed many combinations of variables not even one time managed to get HTML output in browser.

Thanks for help.

Steps To Reproduce

install it via pecl install xdebug
and try to dump something

Additional Information

Directive Local Value
xdebug.auto_trace Off
xdebug.cli_color 0
xdebug.collect_assignments Off
xdebug.collect_includes On
xdebug.collect_params 0
xdebug.collect_return Off
xdebug.collect_vars Off
xdebug.coverage_enable On
xdebug.default_enable On
xdebug.dump.COOKIE no value
xdebug.dump.ENV no value
xdebug.dump.FILES no value
xdebug.dump.GET no value
xdebug.dump.POST no value
xdebug.dump.REQUEST no value
xdebug.dump.SERVER no value
xdebug.dump.SESSION no value
xdebug.dump_globals On
xdebug.dump_once On
xdebug.dump_undefined Off
xdebug.extended_info On
xdebug.file_link_format no value
xdebug.idekey no value
xdebug.max_nesting_level 100
xdebug.overload_var_dump On
xdebug.profiler_aggregate Off
xdebug.profiler_append Off
xdebug.profiler_enable Off
xdebug.profiler_enable_trigger Off
xdebug.profiler_output_dir /tmp
xdebug.profiler_output_name cachegrind.out.%p
xdebug.remote_autostart Off
xdebug.remote_connect_back Off
xdebug.remote_cookie_expire_time 3600
xdebug.remote_enable Off
xdebug.remote_handler dbgp
xdebug.remote_host localhost
xdebug.remote_log no value
xdebug.remote_mode req
xdebug.remote_port 9000
xdebug.scream Off
xdebug.show_exception_trace Off
xdebug.show_local_vars Off
xdebug.show_mem_delta Off
xdebug.trace_enable_trigger Off
xdebug.trace_format 2
xdebug.trace_options 0
xdebug.trace_output_dir /tmp
xdebug.trace_output_name trace.%c
xdebug.var_display_max_children 128
xdebug.var_display_max_data 512
xdebug.var_display_max_depth 3

TagsNo tags attached.
Operating System
PHP Version5.3.3

Activities

derick

2012-08-24 16:18

administrator   ~0002332

Is html_errors set to 1 in php.ini? See also: http://xdebug.org/docs/faq#format

mirazasx

2012-08-27 06:47

reporter   ~0002334

No it wasn't. Now I turned on and it began to work like expected. Thanks for the tips you saved my day :)

Issue History

Date Modified Username Field Change
2012-08-24 14:14 mirazasx New Issue
2012-08-24 16:18 derick Note Added: 0002332
2012-08-24 16:18 derick Assigned To => derick
2012-08-24 16:18 derick Status new => feedback
2012-08-27 06:47 mirazasx Note Added: 0002334
2012-08-27 06:47 mirazasx Status feedback => assigned
2012-08-27 08:34 derick Status assigned => resolved
2012-08-27 08:34 derick Resolution open => no change required
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