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

debug line end rule stack contents #91

Closed
msftrncs opened this issue Mar 26, 2019 · 0 comments · Fixed by #92
Closed

debug line end rule stack contents #91

msftrncs opened this issue Mar 26, 2019 · 0 comments · Fixed by #92
Assignees

Comments

@msftrncs
Copy link
Contributor

While using the INSPECT script, the debug spits out a line stating @@LINE END RULE STACK CONTAINS 1 RULES:

This message always says 1 rule, undefined.

I have determine that this is wrong. It appears that the INSPECT script is outdated to the model of the rulestack. Its referencing _parent in the counting loop, and description printing loops. If changed to parent the count is finally something other than 1. And after changing _ruleId to ruleId the list of rules on the stack are printed. However, each line ends with "undefined".

I am still trying to figure out the error in the last part. The debug wants to print the contents of stackElement._scopeName, but that doesn't appear to be a valid construct. It would appear that something more is needed to print out the name/contentName fields?

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

Successfully merging a pull request may close this issue.

2 participants