Debug Adapter Protocol implementation for mq.
Usage
Command Line
Start the DAP server (typically done automatically by your editor):
# Start the DAP server
# Debug a specific query file
Debugging Features
Once connected to a DAP client:
- Set Breakpoints: Click in the gutter or use your editor's breakpoint command
- Start Debugging: Launch the debugger with your query file
- Step Through Code: Use step over, step in, and step out commands
- Inspect Variables: Hover over variables or view them in the variables pane
- View Call Stack: See the current execution stack in the call stack pane
Example Debug Session
# Create a query file
# Start debugging
Development
Building from Source
Running Tests
Support
License
Licensed under the MIT License.