I want to use Xdebug tool for profiling code execution speed, memory usage of my php application.
My application frame work is codeigniter and IDE is PhpDesigner.
i followed the instruction in phpDesigner manual PhpDesigner xdebug configuration
But when i debug using debug option f9 in PhpDesigner menu it shows Php5.dll file is missing.
How to debug my php script using xdebug and phpDesigner