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.
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
Clone this repo
git clone --depth 1 https://github.com/bajrangCoder/acode-plugin-template.gitEnter in the cloned repo
cd acode-plugin-templateInstall node packages
npm installFor starting dev server
npm run devFor running production
npm run build:releaseNote: Dev server works as a automatic esbuild compiler