jw3 / example-daffodil-vscode

A VS Code extension for DFDL with Daffodil
Apache License 2.0
2 stars 3 forks source link

Stack is wrong when breakpoint is hit #125

Closed arosien closed 2 years ago

arosien commented 2 years ago
  1. Set a breakpoint. I used line 146 of jpeg.dfdl.xsd (element APP0).
  2. Start a debug session. Hit continue.
  3. The session is stopped because the breakpoint is hit, but the top of the stack shows the "previous" frame, element Segment on line 49.

If you hit "next" you step to the actual breakpoint, so it looks like the current stack is out of sync with whatever is hitting the breakpoint.