this post was submitted on 27 May 2025
1940 points (99.5% liked)

Programmer Humor

23531 readers
1674 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] qqq@lemmy.world 2 points 2 days ago* (last edited 2 days ago) (1 children)

QEMU makes it pretty painless to hook up gdb just FYI; you should look into that. I think you can also have it provide a memory mapped UART for I/O which you can use with newlib to get printf debugging

[โ€“] 30p87@feddit.org 1 points 2 days ago

The latter is what I tried, and also kinda wanted ChatGPT to do, which it refused