First contact: got Daffodil connected to VS Code debugger via DAP #10
Replies: 5 comments 6 replies
-
I've added more daffodil state to the "Variables" pane and now correctly handle looking at the state of the "schema stack" trace. |
Beta Was this translation helpful? Give feedback.
-
Also pushed a working Pause/Continue in #12. If you have a small data file you need to press it quick! |
Beta Was this translation helpful? Give feedback.
-
I've got setting and updating breakpoints working: |
Beta Was this translation helpful? Give feedback.
-
Trying current data region as DAP "output event", whacha think? |
Beta Was this translation helpful? Give feedback.
-
FYI, it's super-simple to replicate the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've got a super-basic "step debug a parse using VS Code via DAP" working (see attached animated gif). It relays the current schema--no "stack" yet--and data position. Stepping works, but I haven't implemented "continue" + "pause" yet.
Beta Was this translation helpful? Give feedback.
All reactions