Fatal Core Dump – a debugging murder mystery played with GDB
Real GDB debugging wrapped in a noir mystery — way more engaging than typical CTF challenges.

GDB trace debugging for FORTH, but it's a workflow demo without reusable tooling.
Forth enthusiasts, systems programmers, debugging tool developers interested in low-level introspection
https://youtu.be/giLsd-bik6A?si=R48V_1HR2SgnOFzV
Do you have any suggestions for FORTH debugging workflow?
My fork of JONESFORTH with all the infrastructure you see in the video:
https://github.com/dharmatech/jonesforth-steps/tree/main/ste...
Reading the JONESFORTH source code is one part of understanding it. But using the debugger is another very helpful part. GDB can be quite fiddly though. The above approach helps to make introspection with GDB more straightforward.
Here's the trace file from the video:
https://github.com/dharmatech/jonesforth-steps/blob/main/ste...
Real GDB debugging wrapped in a noir mystery — way more engaging than typical CTF challenges.
TrustZone-aware emulation with reverse stepping beats flashing physical boards.
Playwright's built-in HTML reporter already aggregates traces, screenshots, and videos.
GDB stub on a 3KB embedded VM — debug bytecode on STM32 without leaving your workflow.
Replay, fork, diff, eval agent traces locally—like Git for agent behavior, fills a real gap.
Readable PostScript interpreter alternative to GhostScript, but GhostScript still faster.