|
|
|
|
|
by altano
5435 days ago
|
|
I find they are all lacking in major ways and I have to jump between IE, FireFox, and Chrome. Anyone that swears by a single browser's dev tools isn't making much use of them. - Only Chrome lets you set a breakpoint on JS event listeners.
- Only IE let's you change the next line of execution in JS.
- You *can't* edit the value of a local variable in the Chrome console!
- Only IE9 & FF search multiple JS files when doing a text find.
- IE doesn't refresh the dev tools representation of the DOM without clicking refresh.
- Only IE has a "format JavaScript" for minimized, obfuscated JS. And it allows you to set breakpoints on the formatted lines!
- Only Chrome has tools for finding memory leaks (see dev channel for big improvements in that).
Etc, etc. |
|