From 529a28c6372c458ba9156daf36f71ebf38219172 Mon Sep 17 00:00:00 2001 From: neil Date: Mon, 5 Jan 2026 21:18:00 +0100 Subject: [PATCH] Updated debug in VM (markdown) --- debug-in-VM.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/debug-in-VM.md b/debug-in-VM.md index 43234f1..6f46c3e 100644 --- a/debug-in-VM.md +++ b/debug-in-VM.md @@ -1 +1,10 @@ -How to debug in VMs +## Debugging in VMs + +Most tests run inside VMs powered by [AnyVM.org](https://github.com/anyvm-org). + +Start a FreeBSD VM locally with one command: +```bash +python3 anyvm.py --os freebsd +``` + +Then debug your test code inside the VM. For more options, see the [AnyVM.org docs](https://github.com/anyvm-org).