arosien commented on issue #66: URL: https://github.com/apache/daffodil-vscode/issues/66#issuecomment-1063303646
I have evidence that the reported-vs-actual stack mismatch mentioned above (https://github.com/apache/daffodil-vscode/issues/66#issuecomment-1059447999) is true: ``` breakpoint hit: Location(file:[/Users/arosien/nteligen/EDIFACT/src/main/resources/EDIFACT-SupplyChain-D03B/EDIFACT-SupplyChain-Segments-D.03B.xsd](),Line(380)) ``` The shown breakpoint is in the external file, and we send a Stopped(reason=breakpoint) event via DAP, which then causes VS Code to request the current stack, but the current stack doesn't include the breakpoint location. There must be a data race, or something, within our backend. -- 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]
