XDebug profiling in PHP - can't get output

后端 未结 5 540
借酒劲吻你
借酒劲吻你 2021-01-11 09:55

I\'ve got a strange issue. I\'ve setup XDebug to profile a PHP application we\'re working on. I believe everything is setup correctly but I get no output when I run it. M

5条回答
  •  春和景丽
    2021-01-11 10:49

    Another possible cause of this issue is the permissions on the folder of profiler_output_dir.

    Adding write permissions to the group and owner resolved the issue for me:

    sudo chmod go+w /home/dimitris/cachegrind/
    

提交回复
热议问题