This repository was archived by the owner on Aug 26, 2021. It is now read-only.
Releases: jw3/example-daffodil-debug
Releases · jw3/example-daffodil-debug
v0.0.12
v0.0.11
v0.0.10
Commits
- a219f75: TODO (Adam Rosien)
- 5501488: More logging information for displaying loaded source event. (Adam Rosien)
- e34ef22: Refactor event delivery. (Adam Rosien)
- 9b35b16: Send infoset content and data position updates as custom DAP events. (Adam Rosien)
- acd5685: Command-line arguments to control list port and timeout. (Adam Rosien)
- 44a326b: Reformat. (Adam Rosien)
- 607370a: Reformat. (Adam Rosien)
- extract method for event delivery. (Adam Rosien)
- b1b2c84: Print build info in usage message and on startup. (Adam Rosien)
v0.0.9-1
Commits
- 928f078: Notify and deliver infoset and data content via DAP loadedSources and source. (Adam Rosien)
- 9340489: Remove errant debug(). (Adam Rosien)
- 2d22e58: Relocate comment. (Adam Rosien)
- aca270a: Ensure step blocks until next await. (Adam Rosien)
- fbb1cf0: create workflow for creating a new release on tags being pushed (#49) (Shane Dell) #49
- 3a82e7e: Commit for release v0.0.9. (Adam Rosien)
- a219f75: TODO (Adam Rosien)
- 5501488: More logging information for displaying loaded source event. (Adam Rosien)
- e34ef22: Refactor event delivery. (Adam Rosien)
- 9b35b16: Send infoset content and data position updates as custom DAP events. (Adam Rosien)
v0.0.9
Commits
- 928f078: Notify and deliver infoset and data content via DAP loadedSources and source. (Adam Rosien)
- 9340489: Remove errant debug(). (Adam Rosien)
- 2d22e58: Relocate comment. (Adam Rosien)
- aca270a: Ensure step blocks until next await. (Adam Rosien)
- fbb1cf0: create workflow for creating a new release on tags being pushed (#49) (Shane Dell) #49
- 3a82e7e: Commit for release v0.0.9. (Adam Rosien)
v0.0.8 - Various improvements
v0.0.8 (2021-07-08)
- a48aaf5 Ignore setBreakpoints request if launch failed. [Adam Rosien]
- 5ad9a1a Log response success flag along with other fields. [Adam Rosien]
- 520ab36 Improve breakpoint handling method signatures. [Adam Rosien]
- faf63d4 Log DAP requests, responses, and events at INFO level. [Adam Rosien]
- ef2ac49 Ensure sending termination event happens after all events are delivered. [Adam Rosien]
- 130820c FIx logging ordering. [Adam Rosien]
- 14c8a9d Parse debug logging for stream finalization. [Adam Rosien]
- 6eb46cd Relay schema delimiter stack. [Adam Rosien]
- 8c47b37 Display of points of uncertainty (as DAP variables). [Adam Rosien]
- ddb51d9 ElementName value class. [Adam Rosien]
- b60402d Fix continue not working after breakpoint hit. [Adam Rosien]
v0.0.7: Honor stopOnEntry launch argument.
Fixes #26. New Debugee.State.Reason: Entry. Note initial state of Parse.Control data type.
v0.0.6: Move Daffodil-centric launch configuration out of DAPodil.
With output events
v0.0.5 output events
Breakpoint support
v0.0.4 breakpoints