How to Debug a Native Haiku Application with Debugger
Build useful symbols, capture a reproducible Haiku crash, inspect the right thread and stack, and submit evidence without leaking private data.
tag
7 posts
Build useful symbols, capture a reproducible Haiku crash, inspect the right thread and stack, and submit evidence without leaking private data.
Installing a C compiler and assembler on FreeDOS and building your first program, for anyone wanting to write DOS software rather than just run it.
Prepare a native Haiku toolchain, compile and inspect a minimal Kit application, then build a reproducible x86_64 system image safely.
Build a warning-clean Haiku GUI with BApplication, BWindow, layout-managed controls and BMessage handling, then test its real lifecycle.
Edit and debug code inside a WSL distro from Windows VS Code without copying files across operating systems or sacrificing Linux filesystem performance.
How FreeBSD moves changes through CURRENT, STABLE, releng branches, freezes, release candidates, and supported production releases.
Build, inspect, sign, load and remove a minimal out-of-tree Linux module inside a disposable VM with matching kbuild artifacts and safe rollback.