Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/blurstudio/sublime_debugger-plugin
- Owner: blurstudio
- License: mit
- Created: 2020-09-25T22:24:06.000Z (about 4 years ago)
- Default Branch: st4
- Last Pushed: 2021-06-25T00:14:32.000Z (over 3 years ago)
- Last Synced: 2024-08-07T18:43:18.233Z (5 months ago)
- Topics: debug-adapter-protocol, debugger, python, sublime-text-3, sublime-text-4
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 5
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.