this post was submitted on 30 Sep 2023
381 points (89.9% liked)

Programmer Humor

32077 readers
790 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 11 months ago (1 children)

Uhh, I'm too lazy to learn all the GDB commands.

[–] [email protected] 5 points 11 months ago* (last edited 11 months ago) (1 children)

The three you need for 99% of anything are break, print and s for step - with those the world is your debuggable oyster.

[–] [email protected] 1 points 11 months ago

Saved your comment. I remember, there were also some for displaying/jumping between the frames of call stack. Okay, thanks.