Feature #11742
implement a fully featured Debug Adapter Protocol (DAP) server for 4GL code (in FWD)
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
Related issues
History
#1 Updated by Greg Shah 20 days ago
- Subject changed from implement a fully featured Debug Adapter Protocol server for 4GL code (in FWD) to implement a fully featured Debug Adapter Protocol (DAP) server for 4GL code (in FWD)
The Debug Adapter Protocol is a platform independent protocol for separating the debugging back-end from the debugger UI. As such it allows the same back-end debugging support to be used by multiple IDEs.
It is an open standard, originally created by Microsoft for the VSCode product. It is being adopted by multiple IDEs now and it is a kind of companion to the Language Server Protocol.
It is required to be built for our VSCode extension in #11355.
#2 Updated by Greg Shah 20 days ago
- Related to Feature #11355: VSCode extension added
#3 Updated by Greg Shah 20 days ago
- Related to Feature #11741: implement a fully featured Language Server Protocol (LSP) server for 4GL code added