this post was submitted on 30 Sep 2023
374 points (90.1% liked)

Programmer Humor

32412 readers
676 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
[–] raubarno@lemmy.ml 10 points 1 year ago (1 children)

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

[–] xmunk@sh.itjust.works 5 points 1 year ago* (last edited 1 year 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.

[–] raubarno@lemmy.ml 1 points 1 year ago

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