A debug adapter for Visual Studio Code written in Typescript targeting Duktape version 1.5 runtimes. It implements the VS Code Debug Protocol (or CDP),
See:
- https://code.visualstudio.com/docs/extensions/overview
- https://code.visualstudio.com/docs/extensions/example-debuggers
The adapter uses the protocol of version 1.50 of debugger.rst.
In progress.
This adapter is based on original work by Harold Brenes, which has then been stripped of all the cool stuff in order to work with unmodified Duktape 1.5. Duktape is a JavaScript engine developed by Sami Vaarala. It is a model of good design, coding, and documentation.