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

Scenario: Debug Morphic Layouting #10

Open
LinqLover opened this issue Jan 23, 2022 · 0 comments
Open

Scenario: Debug Morphic Layouting #10

LinqLover opened this issue Jan 23, 2022 · 0 comments
Labels

Comments

@LinqLover
Copy link
Collaborator

  • Roles: System outsider (nearly zero prior knowledge about the system), system expert (already knows precisely where to search)
  • Goal: Understand the reason for an AssertionFailure signaled from #doLayoutAgain
  • Example: Layouting of an etoys script morph (see EToys-ct.403 and "Etoys car example.1.cs")
  • Problems: Narrowing down when the property #doLayoutAgain is added to the morph requires stepping into all details or performing a binary search by starting a new debugger whenever it was stepped too far.
  • Possible solutions:
    • step into details later in the context of the original morph state
    • find all instructions in the trace that add the property #doLayoutAgain
This was referenced Jan 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant