What should the interaction of user and the analysis look like when an error has been found?
We can assume it should like like some kind of back-trace explaining the origin of such erroneous state.
Could be:
- dumping analysis specific graphic/text (SMG plots) for deduced or manually specified points of program
- print compiler-message-like line-of-code back-trace for every line that participated in origin of error-triggering value
- dumping SVCOMP-like XML error trace for the user
- dumping executable (debugging possible) error trace for the user
This issue is about
- coming up with other user interaction patterns
- discussing those patterns, theirs pros, cons and whether their implementation is feasible ATM
- which patterns should we implement framework-wide / we should at least provide support for them in Angie and which patterns are suitable only for analysis-specific implementation
Keep in mind that Angie is meant to be an analysis framework.
What should the interaction of user and the analysis look like when an error has been found?
We can assume it should like like some kind of back-trace explaining the origin of such erroneous state.
Could be:
This issue is about
Keep in mind that Angie is meant to be an analysis framework.