diffkemp
diffkemp copied to clipboard
Introduce debugging flags
We have flags to increase verbosity, but those are not sufficient when debugging DiffKemp, especially the compare phase. It would be good to introduce debugging outputs and flags for controlling it. The flags should offer ways to control at least:
- verbosity (level) of debugging (e.g.
-d,-ddor--debug-level N) - part which should be debugged (comparator, patterns, all, etc.).
This could possibly replace the custom GDB script that we use to debug DifferentialFunctionComparator.