You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by GitBox <gi...@apache.org> on 2022/03/11 20:29:03 UTC

[GitHub] [daffodil-vscode] arosien opened a new issue #90: Avoid popping the stack when breakpoint is hit

arosien opened a new issue #90:
URL: https://github.com/apache/daffodil-vscode/issues/90


   When a breakpoint is hit in a Daffodil `startElement` callback, it sends a DAP event which subsequently requests the current stack. However, the Daffodil debugger continues and invokes the `endElement` callback with pops the computed stack, so there is a race where the pop wins and the requested stack doesn't match the stack at the point when the breakpoint was hit.
   
   The `endElement` callback needs to respect the pause state as well.


-- 
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: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [daffodil-vscode] Shanedell closed issue #90: Avoid popping the stack when breakpoint is hit

Posted by GitBox <gi...@apache.org>.
Shanedell closed issue #90:
URL: https://github.com/apache/daffodil-vscode/issues/90


   


-- 
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: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org