jokkedk / webgrind

Xdebug Profiling Web Frontend in PHP
Other
3.28k stars 410 forks source link

unable to generate although python3 and dot are installed #168

Open ghost opened 1 year ago

ghost commented 1 year ago

Unable to generate /tmp/x via python: /usr/bin/python3 and dot: /usr/bin/dot. Please update config.php

mango@mweb1000t:/tmp$ which python3 /usr/bin/python3 mango@mweb1000t:/tmp$ which dot /usr/bin/dot

/tmp/file is created as user, webserver does everything as user, one issue i realized is that files are created with .webgrind and not .webgrind.svg, please help im fighting with this thing since weeks T-T

rcngo commented 1 year ago

I'm having the same problem

EooL commented 1 year ago

Hi, Please check the xdebug config. Working config for Xdebug >= 3.1

xdebug.mode=debug,develop,profile,trace xdebug.start_with_request=yes xdebug.discover_client_host=0 xdebug.client_host=host.docker.internal xdebug.profiler_append=0 xdebug.output_dir=/tmp/xdebug xdebug.use_compression=false