logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cgreen-debug - start cgreen-runner under a debugger and break at a specific test

Description

cgreen-debug  is  a  script  to  start cgreen-runner under a debugger (primarily gdb), load a LIBRARY and
       break on a named TEST.  Where LIBRARY is a filename of the shared library of Cgreen tests,  usually  .so,
       .dll  or  .dylib,  depending  on  your platform. TEST is the name of a test in that library in the format
       <context>:<test_name>.

   OPTIONS-h,--help
              Print some usage information and exit.

       -d,--debuggerdebugger
              Instead of default (gdb) use debugger as the debugger. Allowed values are "gdb", "cgdb", "lldb".

Name

       cgreen-debug - start cgreen-runner under a debugger and break at a specific test

See Also

cgreen(5) cgreen-runner(1)

       The full documentation for cgreen-debug and theCgreenframework is in the  Cgreen  manual  available  at
       GitHub.

                                                                                                 CGREEN-DEBUG(1)

Synopsis

cgreen-debug [OPTION...]  LIBRARYTEST

See Also