Is there any editor to debug php code?
Moderator: General Moderators
Is there any editor to debug php code?
I am the novice one started using php. I want to use an editor to see whether my php code is correct or incorrect. please help me.
- Sekka
- Forum Commoner
- Posts: 91
- Joined: Mon Feb 18, 2008 10:25 am
- Location: Huddersfield, West Yorkshire, UK
Re: Is there any editor to debug php code?
I would personally recommend running a local web server on your machine to test code. Try xampp, easy to install and use.
If you don't want to do this and you want debugging in the IDE, I came accross one called Eclipse the other day. Never used it, but it does what you want,
http://www.zend.com/en/community/pdt
If you don't want to do this and you want debugging in the IDE, I came accross one called Eclipse the other day. Never used it, but it does what you want,
http://www.zend.com/en/community/pdt
- Jonah Bron
- DevNet Master
- Posts: 2764
- Joined: Thu Mar 15, 2007 6:28 pm
- Location: Redding, California
Re: Is there any editor to debug php code?
Another option is to get Abyss Web Server and install PHP...its really easy. XAMPP is too bloated for my tastes.
Re: Is there any editor to debug php code?
localhost is the best
recently i've been forced to use eclipse for a cvs project. it is pretty amazing although i think i'll stick with my simple editor in the end. but eclipse will give you nice debug info
recently i've been forced to use eclipse for a cvs project. it is pretty amazing although i think i'll stick with my simple editor in the end. but eclipse will give you nice debug info
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.