hi
i'm trying to find a program which can debug php/javascript and also validate (x)html/css code...
i looked at many apps like:
notepad++
dev-php
phped
winsyntax
and more...
(soon i will look at zend studio but i think i doesn't have html/css validator and js debugger)
part of them are realy great and support all things exept validating css/html and javascript debbuging....
do i need to look for separate programs for all these tasks or maybe be there is some app out there that can do this validating/debugging thing?
thanks
php/js debuggers and xhtml/css validators in one ide
Moderator: General Moderators
- CoderGoblin
- DevNet Resident
- Posts: 1425
- Joined: Tue Mar 16, 2004 10:03 am
- Location: Aachen, Germany
What do you mean by debugging ? Are you wishing to assign breakpoints etc and run your code or are you just after knowing all the errors ?
As far as I am aware no IDE checks everything but I don't know about all the Eclipse extensions.
For javascript debugging I use the Firefox Javascript console to get rid of any bugs prior to testing the page on Explorer.
As far as I am aware no IDE checks everything but I don't know about all the Eclipse extensions.
For javascript debugging I use the Firefox Javascript console to get rid of any bugs prior to testing the page on Explorer.