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

Programmer Humor

32042 readers
1305 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
[โ€“] xmunk@sh.itjust.works 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.

[โ€“] raubarno@lemmy.ml 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.