Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Model checker should provide full state trace on assert failure #7

Open
ahelwer opened this issue Jun 27, 2016 · 0 comments
Open

Model checker should provide full state trace on assert failure #7

ahelwer opened this issue Jun 27, 2016 · 0 comments

Comments

@ahelwer
Copy link

ahelwer commented Jun 27, 2016

Currently, the model checker only provides the very last step taken before an assert() failed. The full state trace is very useful to have when debugging spec bugs, and could be provided via one of the following:

  1. Add a model checker option flag to spit out the full state trace through standard output
  2. Provide the full state trace through standard output by default
  3. Provide the full state trace in a log file by default
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant