[fpc-pascal] fpDebug extension for Visual Studio Code
Martin Frb
lazarus at mfriebe.de
Tue May 19 13:47:51 CEST 2020
On 19/05/2020 12:59, Martin Frb wrote:
> Where is that documented? Assuming this is part of the API?
The closest I could find:
https://microsoft.github.io/debug-adapter-protocol/specification#Types_Variable
I would much prefer if "Flags: TStringArray" could be a "set of (...)"
And then somehow be mapped.
FpDebug could take a "class of TDbgVariable". And then create whatever
subclass you need.
So your subclass could map that into strings.
More information about the fpc-pascal
mailing list