dap-dbgeng
dap-dbgeng contains 4 collected skills from svnscha, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Use when a new DAP feature needs replay coverage from real VS Code sessions, or when the user hands in a recording to verify, archive, and normalize into a fixture. Covers authoring the manual recording protocol (TODO.md) and the per-recording handoff cycle.
Use when analyzing a recorded dap-dbgeng session trace or investigating a live debugging bug from its DAP request/response/event flow.
Use when validating or improving test coverage for a DAP request handler, using the session replay tests and request matrix as the source of truth.
Use when reviewing or refactoring a DAP request handler for parse-first ordering, typed argument extraction, and validated state changes.