Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 524 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 524 Bytes

Debug Adapter Protocol for Delphi

The 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 to allow for debugging of Python applications running on Android.

Coming soon to PyScripter.