Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blurstudio/sublime_debugger-plugin

A template that can be used to make debug adapters compatible with the Debugger plugin in Sublime Text 3 and 4
https://github.com/blurstudio/sublime_debugger-plugin

debug-adapter-protocol debugger python sublime-text-3 sublime-text-4

Last synced: 27 days ago
JSON representation

A template that can be used to make debug adapters compatible with the Debugger plugin in Sublime Text 3 and 4

Awesome Lists containing this project

README

        

# 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.