dragonmux / crunch

crunch your code. Crunch is a unit testing framework written for C and C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a `--gdb` option for crunch test runner

lethalbit opened this issue · comments

commented

As it states in the documentation, to debug the tests, the method is to pass the crunch runner to GDB directly, while this works well enough, it would be nice to have an option like --gdb which will do this automatically.