diffkemp icon indicating copy to clipboard operation
diffkemp copied to clipboard

Introduce debugging flags

Open viktormalik opened this issue 3 years ago • 0 comments

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, -dd or --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.

viktormalik avatar Aug 04 '22 05:08 viktormalik