Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

webgrind not showing function names or file source

I'm trying to profile a web application with xDebug and Webgrind since I'm doing it in a remote Linux server. For some weird reason it doesn't show call names or file source. I was suspecting that there might be some kind problem with readying the script files (not sure if it's doing it) but giving target folders 777 didn't make any difference. Does anybody have a clue where I'm failing?

Thanx!

enter image description here

like image 816
DonRico Avatar asked Mar 10 '15 11:03

DonRico


1 Answers

The webgrind version found on google code does not work for xDebug 2.3. Here is a fork that works: webgrind

like image 101
Vincent Fenet Avatar answered Oct 19 '22 01:10

Vincent Fenet