Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single step does not appear to single step #1093

Open
ds-nteligen opened this issue Aug 21, 2024 · 1 comment
Open

Single step does not appear to single step #1093

ds-nteligen opened this issue Aug 21, 2024 · 1 comment

Comments

@ds-nteligen
Copy link
Collaborator

{Sev: major}

Single stepping doesn't appear to single step. After a second step-over click the left the call-stack shows helloWorld twice, but the yellow bar does not moved. The yellow bar should move to line 22, the "helloWorld" element

After the third click the yellow line moves to the "word" element. At this point the infoset should be populated with an empty element, but the infoset is not displayed nor is the input data.

@lrbarber
Copy link
Collaborator

Not sure that we will be able to do anything about this. The line location information is coming from Daffodil's integrated debugger -- all we are doing is positioning the marker at the indicated location.
The parser constructed by Daffodil is not necessarily a one-to-one match with the schema file.
Just need to check the communication logs and verify that we are, in fact, being given the same location information after multiple steps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants