Hello everyone, I'm trying to generate trace files...
# docker
r
Hello everyone, I'm trying to generate trace files with xdebug and in the 69-xdebug.ini the trace_output_dir isset to /tmp/xdebug. In that file I added
xdebug.trace_output_name = xdebug.trace.%t.%s
and
xdebug.trace_format=1
but no files are created in /tmp. In fact the directory /tmp/xdebug is missing. I started the containers with -x and called the checkout GLUE endpoint from PHPStorm. Does anyone have an idea what I need to do to get those trace files? (Context: I want to generate a flame graph out of the traces to visualize the performance)
m
I think it's not possible to set the xdebug mode to
profile
at the moment, because
debug,coverage
is hardcoded here