arosien commented on issue #844:
URL: 
https://github.com/apache/daffodil-vscode/issues/844#issuecomment-1846127525

   "scope not found" means the debugger service's state of the stack doesn't 
match up with what the client debugger step request is doing. After a step the 
backend acknowledges the step and then the cilent asks for the current "stack" 
and variables, and what it asks for doesn't seem to exist... or something like 
that.
   
   It could be some lookup in the backend is based on a path of something, and 
it's often the case that paths are not very portable when passing between 
programs, so the lookup fails. This is my guess.


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