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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
newmember
Forum Contributor
Posts: 252
Joined: Fri Apr 02, 2004 12:36 pm

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

Post 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
User avatar
CoderGoblin
DevNet Resident
Posts: 1425
Joined: Tue Mar 16, 2004 10:03 am
Location: Aachen, Germany

Post 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.
User avatar
newmember
Forum Contributor
Posts: 252
Joined: Fri Apr 02, 2004 12:36 pm

Post by newmember »

ok thanks
i also use separate programs for each task...
Post Reply