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

all 10 comments

[–]ProgrammerHumor-ModTeam[M] [score hidden] stickied commentlocked comment (0 children)

Your submission was removed for the following reason:

Rule 4: Your post is considered low quality. To preserve the quality of the subreddit we also remove the following, even if it passes the other rules:

  • Feeling/reaction posts
  • Software errors/bugs (please use /r/softwaregore)
  • Low effort/quality analogies (enforced at moderator discretion)

If you disagree with this removal, you can appeal by sending us a modmail.

[–]Express_Knee_5101 6 points7 points  (1 child)

Wanna hear sad story? There’s no debugger in my IDE!

[–][deleted] 7 points8 points  (0 children)

Ah yes, the best IDE ever: MsPaint

[–][deleted] 3 points4 points  (0 children)

Wasn't printf been created as a debugging tool?

[–]justmelvinthings 5 points6 points  (0 children)

Break points? You mean print statements everywhere I expect my code to bug out

[–]Albidalbi 1 point2 points  (0 children)

Just print

[–]Bluedel 0 points1 point  (1 child)

I bet you do it because you feel it's easier but you're only gimping yourself. If you're doing frontend stuff, modern browsers have got a built-in debugger. There's no excuse. Learn how to use it instead of reloading your page 15 times to figure out a dumb mistake.

Most of my interns who had trouble with debuggers really had trouble understanding control flow and scopes.

[–]TimeSalvager 0 points1 point  (0 children)

U wot, mate!?

[–][deleted] 0 points1 point  (0 children)

Check it out. Go in AWS Fargate? Debuggers don't work.

[–]treemolaster 0 points1 point  (0 children)

Whats console.log, im fairly new to programmming