Feature #10752
closedAdd shortcut/button to open eyes
100%
Description
CPAchecker SMG again started to annotate error traces very intensively. This helps to track things influencing reported warnings, but also it can result in too long error traces. For instance, I attached the error trace produced for a simple test case. Usually we analyze error traces starting from the end. If your monitor is not huge, you can hardly find an eye for function init where the verification tool reported the bug. Even huge monitors will not help for some error traces for real programs.
I suggest to add a shortcut/button to open eyes after users will click on some lines within corresponding functions. Anton suggested to show even a new bar for this purpose like IDEs do, but it will not be great from my point of view. Any ideas are welcome.
Files
Updated by Evgeny Novikov over 3 years ago
- Related to Feature #10753: Allow to show/hide comments of particular levels added
Updated by Evgeny Novikov over 3 years ago
- Target version changed from 3.2 to 3.3
Updated by Vladimir Gratinskiy about 3 years ago
- Due date set to 08/30/2021
- Status changed from New to Resolved
- % Done changed from 0 to 100
Implemented in "bridge-fixes". On an error trace line selection the "eye" icon color of the corresponding scope is changing.
Updated by Evgeny Novikov about 3 years ago
- Status changed from Resolved to Closed
I like this way to solve the issue. The corresponding commit in master is 910771ecb.