shanedell commented on PR #1431:
URL: https://github.com/apache/daffodil-vscode/pull/1431#issuecomment-3325301035

   I basically tried to do what you had stated before in an email. I have it 
pasted here in issue https://github.com/apache/daffodil-vscode/issues/5. But 
basically:
   
   > "step-in" would just be the current behavior and pause at every hook
   >
   > "step" would capture the current top of the stack and cause all hooks to do
   nothing until the endElement hook sees that element
   >
   > "step-out" would capture the second element in the stack (i.e. the parent 
of the
   current element) and cause all hooks to do nothing until the end element for
   that element is seen


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