Hacker News new | ask | show | jobs
by billyhoffman 4267 days ago
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. :-)

1 comments

You nailed it.

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

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