zac
zac

Reputation: 4918

equivalent to firebug in IE

what is the equivalent debug tool to FireFox firebug in Internet Explorer ?

thanks

EDIT: What is this tool ?

alt text

Upvotes: 3

Views: 2413

Answers (6)

zac
zac

Reputation: 4918

it is http://www.httpwatch.com/

which seems an excellent tool and the only match for firebug

thanks for all efforts

Upvotes: 0

leppie
leppie

Reputation: 117350

You can use the debugger in Visual Studio to debug Javascript in IE.

Upvotes: 1

mr.b
mr.b

Reputation: 2708

In IE 8, they have this "Developer Tools" found under "Tools" located upper right.

It's not as great as firebug though but quite similar in nature.

Upvotes: 0

sewa
sewa

Reputation: 1942

There's firebug lite:

http://getfirebug.com/firebuglite

Upvotes: 1

Zachary Wright
Zachary Wright

Reputation: 24090

Click on "Tools" and then "Developer tools".

Or hit F12.

Upvotes: 5

Related Questions