.TH CGREEN-DEBUG 1 .SH NAME cgreen-debug \- start cgreen-runner under a debugger and break at a specific test .SH SYNOPSIS .B cgreen\-debug [\fI\,OPTION\/\fR...] \fILIBRARY\fR \fITEST\fR .SH DESCRIPTION .B cgreen-debug is a script to start cgreen-runner under a debugger (primarily gdb), load a \fILIBRARY\fR and break on a named \fITEST\fR. Where \fILIBRARY\fR is a filename of the shared library of Cgreen tests, usually .so, .dll or .dylib, depending on your platform. \fITEST\fR is the name of a test in that library in the format :. .SS OPTIONS .TP .B "\-h, \-\-help" Print some usage information and exit. .TP .B "\-d, \-\-debugger" debugger Instead of default (gdb) use .I debugger as the debugger. Allowed values are "gdb", "cgdb", "lldb". .SH "SEE ALSO" cgreen(5) cgreen-runner(1) .PP The full documentation for .B cgreen-debug and .B the Cgreen framework is in the .B Cgreen manual available at .UR https://cgreen-devs.github.io/ GitHub .UE .