https://github.com/embarcadero/dap4delphi
Debug Adapter Protocol for Delphi
https://github.com/embarcadero/dap4delphi
Last synced: 3 months ago
JSON representation
Debug Adapter Protocol for Delphi
- Host: GitHub
- URL: https://github.com/embarcadero/dap4delphi
- Owner: Embarcadero
- License: mit
- Created: 2022-08-02T04:16:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-08T01:27:29.000Z (about 2 years ago)
- Last Synced: 2026-02-21T07:39:35.299Z (4 months ago)
- Language: Pascal
- Size: 121 KB
- Stars: 23
- Watchers: 0
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Debug Adapter Protocol for Delphi
The [Debug Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol/) (DAP) defines the abstract protocol used between a development tool (e.g. IDE or editor) and a debugger. This is an implementation of that protocol in Delphi.
This is used in the [Python FMX Builder for Android](https://github.com/Embarcadero/PythonFMXBuilder) to allow for debugging of Python applications running on Android.
*Coming soon to [PyScripter](https://github.com/Embarcadero/pyscripter)*.