How to configure xdebug error messages to open file in Kate editor on Ubuntu
Xdebug is a powerful debugging and profiling tool for php that allows you to find and fix errors faster by showing the entire stack trace and source code file and line number. If you want your php development to be error free you should use something like xdebug right from the beginning. A very useful… Read More »