user164701
user164701

Reputation: 817

HTML/JS Debugger

We are searching for an HTML/JS debugger specifically suited for IE that can handle popup windows as well. We tested Firebug Lite which is good but it has its restrictions when compared to Firebug. We also tried IE Companion but there are some problems when it comes to in-place editing and popups.

Do you recommend a good debugger?

Upvotes: 0

Views: 229

Answers (4)

Tim Down
Tim Down

Reputation: 324497

If (like me) you can make do with logging as a debugging tool, log4javascript works well.

Upvotes: 0

epascarello
epascarello

Reputation: 207501

IE8 has one built in, it can run as IE7 also. Hit f12

Upvotes: 1

Ben Everard
Ben Everard

Reputation: 13804

Is this what you are looking for? It's called the Internet Explorer Developer Toolbar, it's like FireBug... but it's not that good :D

Upvotes: 1

Related Questions