Does anyone know how I can debug and find errors in php using visual studio. I searched for some places, but found nothing satisfactory.
When my page has an error in the code, using visual studio it only shows error 500. When I used notepad ++ or something else, at least it showed more or less where the error was.
Is there any way I can debug php in visual studio so that I can identify the errors, just like in C #?