Skip to content
neil edited this page Jan 5, 2026 · 2 revisions

Debugging in VMs

Most tests run inside VMs powered by AnyVM.org.

Start a FreeBSD VM locally with one command:

python3 anyvm.py --os freebsd

Then debug your test code inside the VM. For more options, see the AnyVM.org docs.

Clone this wiki locally