this post was submitted on 19 Jun 2023
64 points (98.5% liked)

Programming

17031 readers
248 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] firelizzard 17 points 1 year ago (2 children)

Are there seriously professionals out there who think debuggers are useless? That is utterly baffling to me. Logging and tests are useful, but if something unexpected happens, the debugger is absolutely the first tool I'm reaching for unless I'm dealing with remote code (e.g. on a server) or some other scenario where using a debugger is a pain.

[–] [email protected] 4 points 1 year ago

No kidding! I don't think I've been without some kind of debugger since I was still just dicking around as a hobbyist. I can't even really guess, because it seems like forever. I know I didn't have access to a debugger on the VIC-20, but just when I first used one I can't say.

[–] [email protected] 2 points 1 year ago

@firelizzard It's unreal to me. I can't fathom arguing against debuggers.

Rubymine's debugger alone makes it worth it for ruby development, let alone all the other features.

Crazy productivity booster.