Hacker News new | ask | show | jobs
by quickthrower2 1134 days ago
I sort of agree with you: if I am reaching for the debugger I know I am in trouble! It is good for ... well ... bugs - things that got past QA and are hard to pin down. It is also good for CSS "hacking", as in why won't it work so let's play with different CSS settings.
1 comments

I most definitely use the browser dev tools extensively. The debugger is just one of those tools, and it simply does not apply when it comes to CSS. The debugger is for JS bugs.