We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b576ca7 + f22ce3a commit a7e947dCopy full SHA for a7e947d
CHANGELOG.md
@@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
unnecessarily output
23
- Not all testcases ran due to incorrect filtering, fixed
24
- Removed dead code related to IOAct in the now deprecated and removed debugger
25
+- Dumping of END states (.prop) files is now default for `--debug`
26
27
## [0.54.2] - 2024-12-12
28
cli/cli.hs
@@ -211,6 +211,7 @@ main = withUtf8 $ do
211
let env = Env { config = defaultConfig
212
{ dumpQueries = cmd.smtdebug
213
, debug = cmd.debug
214
+ , dumpEndStates = cmd.debug
215
, dumpExprs = cmd.debug
216
, numCexFuzz = cmd.numCexFuzz
217
, dumpTrace = cmd.trace
0 commit comments