arosien opened a new pull request, #933:
URL: https://github.com/apache/daffodil-vscode/pull/933

   During 'continue' or 'next' events the frontend makes a sequence of requests 
to get the current state: asking for threads, the stack frames of each thread, 
the scopes listing the variables, and the values of the variables. If a rapid 
sequence of 'continue' or 'next' requests come in during this sequence, the 
debugger state is advanced and late-arriving requests from previous stepping 
will fail.
   
   Rather than abort, we ignore the stale requests and log them. The later 
requests will still request the current state and the frontend will have the 
correct data.
   
   Fixes #844.


-- 
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]

Reply via email to