debug-adapter-protocol
SolidExpert skill for implementing Debug Adapter Protocol for debugger integration
AI & Automation 1,160 stars
71 forks Updated today MIT
Install
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Debug Adapter Protocol Skill
## Overview
Expert skill for implementing Debug Adapter Protocol for debugger integration.
## Capabilities
- Implement DAP message handling
- Implement breakpoint management (line, conditional, function)
- Implement stepping (step in/out/over, continue)
- Implement stack trace retrieval
- Implement variable inspection and watch expressions
- Implement expression evaluation in debug context
- Handle launch vs attach configurations
- Implement exception breakpoints
- Support multi-threaded debugging
## Target Processes
- debugger-adapter-development.js
- lsp-server-implementation.js
- interpreter-implementation.js
- bytecode-vm-implementation.js
## Dependencies
- DAP specification
- vscode-debugadapter libraries
## Usage Guidelines
1. **Message Handling**: Implement robust JSON message parsing and validation
2. **Breakpoints**: Support line, conditional, and function breakpoints
3. **Stepping**: Implement all stepping modes with correct semantics
4. **Variables**: Implement lazy variable expansion for performance
5. **Evaluation**: Support expression evaluation in stopped state
## Output Schema
```json
{
"type": "object",
"properties": {
"capabilities": {
"type": "array",
"items": { "type": "string" }
},
"breakpointTypes": {
"type": "array",
"items": { "type": "string" }
},
"launchModes": {
"type": "array",
"items": { "type": "string" }
},
"generatedFiles": {
"ty...
Details
- Author
- a5c-ai
- Repository
- a5c-ai/babysitter
- Created
- 4 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
debugger-integration-skill
Advanced debugging integration for vulnerability research
1,160 Updated today
a5c-ai Code & Development Featured
debugging-toolkit-smart-debug
Use when working with debugging toolkit smart debug
39,350 Updated today
sickn33 Code & Development Listed
debugging-toolkit-smart-debug
Use when working with debugging toolkit smart debug
335 Updated today
aiskillstore Code & Development Solid
debugger
Debugging specialist for errors, test failures, and unexpected behavior. Use proactively when encountering any issues.
39,350 Updated today
sickn33 Code & Development Solid
debugger
Debugging specialist for errors, test failures, and unexpected behavior. Use proactively when encountering any issues.
27,705 Updated today
davila7