Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jw3/example-daffodil-debug
https://github.com/jw3/example-daffodil-debug
daffodil dap debugger scala
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jw3/example-daffodil-debug
- Owner: jw3
- Archived: true
- Created: 2021-03-24T16:59:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-26T10:54:06.000Z (about 3 years ago)
- Last Synced: 2024-01-26T13:21:51.667Z (10 months ago)
- Topics: daffodil, dap, debugger, scala
- Language: Scala
- Homepage:
- Size: 657 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
daffodil debugger experiments
===**Archived**: See the dapodil code in the example extension repo at https://github.com/jw3/example-daffodil-vscode
---
Experiments with the Daffodil debugging interface and the Debug Adapter Protocol (DAP).
### examples
- [DAPodil debug adapter](src/main/scala/ddb/debugger/dapodil)
- [Standalone debugger](src/main/scala/ddb/debugger/z)### requires
- jdk >= 11
- Daffodil 3.1.0### reference
- https://microsoft.github.io/debug-adapter-protocol
- https://github.com/apache/daffodil
- https://github.com/apache/daffodil-vscode
- https://daffodil.apache.org/debugger
- https://github.com/DFDLSchemas/JPEG
- https://github.com/apache/daffodil/pull/518