| Crates.io | mq-dap |
| lib.rs | mq-dap |
| version | 0.5.12 |
| created_at | 2025-11-23 11:53:15.997303+00 |
| updated_at | 2026-01-25 14:05:43.106035+00 |
| description | Debug Adapter Protocol implementation for mq |
| homepage | https://mqlang.org/ |
| repository | https://github.com/harehare/mq |
| max_upload_size | |
| id | 1946423 |
| size | 122,067 |
Debug Adapter Protocol implementation for mq.
Start the DAP server (typically done automatically by your editor):
# Start the DAP server
mq-dbg
# Debug a specific query file
mq-dbg query.mq input.md
Once connected to a DAP client:
# Create a query file
echo '.h | let y = to_text() | breakpoint() | y' > query.mq
# Start debugging
mq-dbg query.mq input.md
git clone https://github.com/harehare/mq
cd mq
cargo build --release -p mq-dap
cargo test -p mq-dap
Licensed under the MIT License.