Commit Graph

7 Commits

Author SHA1 Message Date
Anthony Leonardo Gracio
92fe6af6ab Fill the 'program' argument when sending 'attach'
This is needed when doing remote programming.

For eng/ide/gnatstudio#166
2024-03-05 13:48:06 +00:00
Anthony Leonardo Gracio
1f6205806f Add description for 'program' field
For eng/ide/gnatstudio#166
2023-12-05 11:09:04 +00:00
Anthony Leonardo Gracio
9277d2b397 Format DAP protocol JSON file
For eng/ide/gnatstudio#166
2023-12-05 11:09:04 +00:00
Andry Ogorodnik
5098960200 eng/ide/gnatstudio#165 Launch and Attach requests extensions 2023-12-01 10:50:05 +00:00
Andry Ogorodnik
41e8bd4b2e Adding 'program' parameter for Launch request 2023-04-18 14:21:03 +03:00
Maxim Reznik
d134030a60 Fix DAP 1.60 specification.
Types `LaunchRequestArguments` and `AttachRequestArguments` can't
be distinguished, because they have the same structure. It breaks
JSON Schema tool. Fixing it by rewriting `debugAdapterProtocol.json`.
2023-04-11 19:05:43 +03:00
Maxim Reznik
d8fe0bbfd4 Upload DAP 1.60 specification file
from https://github.com/microsoft/debug-adapter-protocol.git
(commit b381756a8de2627551b2e0a16dc2a034964753b1)

Fix `Makefile` and `readme.md` to use `debugAdapterProtocol.json`
instead of `dap.json`.
2023-04-11 19:02:51 +03:00