Hacker News new | ask | show | jobs
by michaelmcmillan 4267 days ago
Chrome Devtools has basically become my main tool when I do web development. I honestly can't imagine what I did before Chrome was around.
1 comments

You probably used Firefox + Firebug and couldn't believe you used to do development without them.

Before Firefox + Firebug though? Well, you probably have suppressed the memories about using alert() calls for debugging through your tears. :-)

You nailed it.

alert("1"); alert("2"); alert("we got here");

Ah, I don't have fond memories of those days.