Skip to content

Commit a7e947d

Browse files
authored
Merge pull request #636 from ethereum/dump-end-states
Forgot to set dumpEndStates for --debug
2 parents b576ca7 + f22ce3a commit a7e947d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
unnecessarily output
2323
- Not all testcases ran due to incorrect filtering, fixed
2424
- 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`
2526

2627
## [0.54.2] - 2024-12-12
2728

cli/cli.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ main = withUtf8 $ do
211211
let env = Env { config = defaultConfig
212212
{ dumpQueries = cmd.smtdebug
213213
, debug = cmd.debug
214+
, dumpEndStates = cmd.debug
214215
, dumpExprs = cmd.debug
215216
, numCexFuzz = cmd.numCexFuzz
216217
, dumpTrace = cmd.trace

0 commit comments

Comments
 (0)