I
I
iandriyanov2012-04-11 10:11:20
PHP
iandriyanov, 2012-04-11 10:11:20

xdebug infinite trace

Good afternoon.

There is a reason:

Endless traces from xdebug, sometimes reaching half a gigabyte. Traces are written around everything where the mouse cursor comes on the site.

Corollary:

How can I disable this in the xdebug module so that site walks are not written to traces. But when you call debugging through the IDE, the recording took place.

Thank you.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
egorinsk, 2012-04-11
@egorinsk

Write what options xdebug is configured with and how the IDE interacts with it. It's so hard to say. In theory, xdebug can be configured so that a trace is made only if there is a certain parameter in the query string.

V
Vyacheslav Plisko, 2012-04-11
@AmdY

xdebug.org/docs/execution_trace
Need to disable xdebug.auto_trace
and enable xdebug.trace_enable_trigger

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question