you really need to clean them every day if you always open xdebug with
symfony, cause xdebug will save every exchange and every variable status in
the log file for analyse. And as you know symfony create a lot of file and
object and even some self-referenced object, so well, you got a lot of log.


Maybe there is a solution to limit the level of object. something like 30
or 15, then xdebug will not log too much time the self-referenced object.

On Tue, Mar 19, 2013 at 8:22 PM, Darío González García
<dario...@gmail.com>wrote:

> Hello.
>
> xdebug generates very large files
>
> zend_extension = "C:\xampp\php\ext\php_xdebug-2.2.1-5.4-vc9.dll"
> xdebug.profiler_append = 0
> xdebug.profiler_enable = 1
> xdebug.profiler_enable_trigger = 0
> xdebug.profiler_output_dir = "C:\xampp\tmp"
> xdebug.profiler_output_name = "cachegrind.out.%t-%s"
> xdebug.remote_enable = 0
> xdebug.remote_handler = "dbgp"
> xdebug.remote_host = "127.0.0.1"
> xdebug.trace_output_dir = "C:\xampp\tmp"
>
>
> Each operation that I do with the application generates a very large files
> . I completed a 450 GB hard drive with the files in the folder "C: \ xampp
> \ tmp"
>
> And when you delete the files in the folder are lost every style.
>
> and if xdebug elinime not let me load any of the pages in the application.
>
> I can do to configure and / or fix this problem.
>
> Thank you.
>
> --
> --
> If you want to report a vulnerability issue on Symfony, please read the
> procedure on http://symfony.com/security
>
> You received this message because you are subscribed to the Google
> Groups "symfony developers" group.
> To post to this group, send email to symfony-devs@googlegroups.com
> To unsubscribe from this group, send email to
> symfony-devs+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/symfony-devs?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Symfony developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to symfony-devs+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
-- 
If you want to report a vulnerability issue on Symfony, please read the 
procedure on http://symfony.com/security

You received this message because you are subscribed to the Google
Groups "symfony developers" group.
To post to this group, send email to symfony-devs@googlegroups.com
To unsubscribe from this group, send email to
symfony-devs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Symfony developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to symfony-devs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to