Debugger

NorseMan

Member
Today I use Visual Studio for debugging, but I think this is to advanced in use. Advances in that way it's to complicated to set up with the extensions and configure those manually (in the JSON file I think it's called) to make it debug. I like it happens so much automatic as possible. So my question is: Is it a good debugger for PHP (and MySQL if possible) for download? If I must pay for it, isn't a problem.
 
Did you read my post about debugging?
You can also try phpstorm (there is a trial version) to test debugging (I never used that), but probably there is not more automated for debugging.
For mysql you can use official client - mysql workbench
 
Yes, i did, but there was a lot to go through, so I have to start on the configuration later.
By the way. I am using Workbench. Didn't know there was a debugger function there. I am just using it as an editor sometimes.
I read your posting and stay with Visual Studio, but thanks for trying. I will come back to this thread if i meet any problems of configuration of VS.
 
Back
Top