Post #2466603
2026-02-22 10:36 UTC
@philip@mastodon.mallegolhansen.com @ludicity@mastodon.sprawl.club that's because prints are usually the correct way tho? 🤗
Replies (3)
-
@iinavpov@mastodon.online 2026-02-22 21:03
@tartley@fosstodon.org valgrind, debuggers and print all have their place depending on the barrow of the code - and runtime constraints... @philip@mastodon.mallegolhansen.com @ludicity@mastodon.sprawl.club
-
@iinavpov@mastodon.online 2026-02-24 09:40
@tartley@fosstodon.org I usually start with prints for a logic error, valgrind for a crash, and the debugger when the logic is getting hairy... so definitely print first. @philip@mastodon.mallegolhansen.com @ludicity@mastodon.sprawl.club
-
@iinavpov@mastodon.online 2026-02-24 09:53
@tartley@fosstodon.org I usually start with prints for a logic error, valgrind for a crash, and the debugger when the logic is getting hairy... so definitely print first. @philip@mastodon.mallegolhansen.com @ludicity@mastodon.sprawl.club