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

   ## Description
   
   Mimic step over code for step in and step out
   - Renamed step to stepOver.
   - Step in and step out now perform the same behavior as step over.
   - In the future, step over and step out will need to be updated to perform 
their proper behavior.
     - Step in's current behavior is correct so it does not need changed in the 
future.
   - Create performStep function that will be used in the future for 
implementing step over and step out's desired behavior.
   - These changed are to prevent the debugger from erroring out when clicking 
the step in or step out buttons.
   
   Closes #1466
   
   ## Wiki
   
   - [x] I have determined that no documentation updates are needed for these 
changes
   - [ ] I have added following documentation for these changes
   


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