miks1965 / pascalabcnet-lsp

LSP implementation for PascalABC.NET
5 stars 0 forks source link

Debugger ? #2

Open ulysses4ever opened 2 years ago

ulysses4ever commented 2 years ago

Are there plans to support debugger (stepper, breakpoints, inspecting locals, etc).

Lereena commented 2 years ago

It requieres the significant effort to support debugger for PascalABC.NET. I researched this theme a bit and can say that implementing Debug Adapter Protocol may be a good solution. I am ready to provide support to anyone who undertakes to do this, but have no specific plans to implement it by myself.