Page 1 of 1

php/js debuggers and xhtml/css validators in one ide

Posted: Thu Sep 09, 2004 5:38 am
by newmember
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

Posted: Thu Sep 09, 2004 6:13 am
by CoderGoblin
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.

Posted: Thu Sep 09, 2004 8:01 am
by newmember
ok thanks
i also use separate programs for each task...