| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| public boolean debugMode; | ||
|
|
||
| @Option(names = { "-a", "--all" }, description = "Show every verification condition sent to the SMT solver") | ||
| public boolean showAllVCs; |
There was a problem hiding this comment.
Maybe rename to something like debugAllMode.
Sorry, something went wrong.
| * {@code --debug} / {@code -d} or the lighter {@code --all} / {@code -a}, which shows every query without the rest | ||
| * of the debug output (e.g. simplification passes). | ||
| */ | ||
| public static boolean smtEnabled() { |
There was a problem hiding this comment.
Maybe rename to loggingEnabled.
Sorry, something went wrong.
|
We need more information for the cases we don't even have verification starting when there was supposed to be some, I'll work on this next |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description
Closes #240
Now we show all the VCs that were sent to the smt solver even if there are no errors.
Example
Type of change
Checklist