arosien commented on issue #66: URL: https://github.com/apache/daffodil-vscode/issues/66#issuecomment-1063717876
Aha! The reason the reported stack doesn't match the hit breakpoint is that after the stack is updated from the `startElement` call, Daffodil invokes the `endElement` callback which then pops the stack. This happens before VS Code requests the current stack, so the reported stack has already been popped. Our `endElement` callback should block if we've stopped at a breakpoint. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
