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

Construct a demonstration program for breakpoints and symbolic debugging #27

Open
travitch opened this issue Jun 4, 2020 · 0 comments
Milestone

Comments

@travitch
Copy link
Contributor

travitch commented Jun 4, 2020

I'd like to come up with a relatively small C program that we can use to motivate our debugger development. We can track ideas for what it should look like in this thread. At a high level, I think it should probably:

  • Have a non-obvious flaw that causes crux to not terminate while symbolically executing
  • Motivate the ability to inspect the loop predicate in the debugger (where we can inspect it and identify the reason for the non-termination)
@travitch travitch added this to the Demo 1 milestone Jun 4, 2020
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

1 participant