Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 340 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 340 Bytes

Sublime Debugger Plugin Template

A template repository that provides the basics for connecting a debug adapter to Sublime's Debugger plugin.

attach.py is what lets the Debugger know this adapter exists and how to run it, minimal modifications should be required.

The code in adapter/ is where you can develop your DAP implementation.