Package Exports
- roku-debug
- roku-debug/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (roku-debug) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
roku-debug
A Debug Adapter Protocol server (for editors like VSCode) and a socket adapter for Roku's BrightScript Debug Protocol
Usage
This project can be integrated with any IDE that supports the debug-adapter-protocol.
Known integrations:
DAP instructions
To run the language server standalone, you simply need to:
- install nodejs and make sure npx is on your path
- install this project (
npm install roku-debug) - run the project in dap mode (
npx roku-debug --dap)
Changelog
Click here to view the changelog