Skip to content

UnschooledGamer/acode-debug-plugin

Repository files navigation

Project Status

Important

This Project has been Paused, as the Debug Adaptor Protocol doesn't support file contents managed by the client as the LSP (Protocol) does! Making it way harder to integrate in Acode, due to constant SAF URI to absolute paths conversion which is harder, error prone & works only on certain SAF URIs, lastly comes with a lot of maintenance pain. I really want debuggers (or Debug Adaptor Protocol) in Acode, with Great Interest, but this doesn't seem like a great time for it. I had the idea of debuggers in acode since 2023 or 2024, But its really a pain to do it in Acode with SAF URIs for me. While managing other things IRL. (Prior credits required) If anyone wants to implement or take it farther contact me on the discussions page/email/discord/telegram.

Acode Plugin template

Note: Official Acode plugin template returns many errors. This template is fully updated for termux.

For typescript version of this template check out this: https://github.com/bajrangCoder/acode-plugin-template/tree/main-ts

For Detailed Documentation -> https://acode.foxdebug.com/plugin-docs

==And the community documentation== ==https://acode-plugin-docs.vercel.app/docs/getting-started/create-plugin==

Official Template: https://github.com/deadlyjack/acode-plugin

How to use it

Clone this repo

git clone --depth 1 https://github.com/bajrangCoder/acode-plugin-template.git

Enter in the cloned repo

cd acode-plugin-template

Install node packages

npm install

For starting dev server

npm run dev

For running production

npm run build:release

Note: Dev server works as a automatic esbuild compiler

About

*Paused*

Resources

Stars

Watchers

Forks

Releases

No releases published