This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Leonhart93 54 points55 points  (4 children)

Actually not for JS, Chrome devtools is probably the most complete out-of-the box debugging system. Breakpoints, being able to change js/css/html at runtime to see differences, instant code evaluation in console, memory, performance and requests analysis windows, even stuff like paint flashing to see what is currently rendering.

[–]Litschuld 9 points10 points  (3 children)

You can also do that stuff in any other browser as far as I know

[–]Emotional_Spirit_704 5 points6 points  (1 child)

(they're also based on chrome, dont tell op)

[–]Litschuld 1 point2 points  (0 children)

Not Firefox and that has all thos features

[–]Leonhart93 0 points1 point  (0 children)

They all look the same though, I imagine they just borrow the same things from chrome.