Problem
Feature docs claim conditional/hit/log breakpoints are unsupported, but backend and adapter advertise and process these capabilities.
Evidence:
- Docs say NO:
docs/feature-matrix.md:36-38, extensions/vscode/README.md:248-250
- Adapter announces support flags:
extensions/vscode/src/dap/adapter.ts:135-137
- Backend capabilities are true:
src/server/debug_server.rs:839-844
Files to change
docs/feature-matrix.md
extensions/vscode/README.md
tests/cli/help_tests.rs or extension docs tests if present
Acceptance criteria
- Capability docs match runtime behavior.
- If support is partial, docs clearly state limitations.
- No contradictory statements between matrix and extension README.