this post was submitted on 05 Jan 2025
581 points (95.7% liked)
196
16790 readers
3094 users here now
Be sure to follow the rule before you head out.
Rule: You must post before you leave.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Debuggers run in command line, making them less accessable to the average person, so they need to learn the commands to get it running.
Same is true for Windows.
Frankly you cannot get around the command line when developing.
Doesn't that very much depend on the language and the IDE? In visual studio i don't need to touch the command line for a debugger, it'l do all of that for me behind the scenes, which is the point of an IDE.