Answer the question
In order to leave comments, you need to log in
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
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.
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 questionAsk a Question
731 491 924 answers to any question