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

debugapp - A wrapper for openapp.

Authors

       This man page was written by Dennis Leeuw <dleeuw@made-it.com>.

GNUstep                                            16/12/2007                                        debugapp(1)

Description

debugapp  is  a  tool  that  helps you start or find applications by name in debugging mode. It acts as a
       wrapper around openapp , and calls openapp with the --debug option; we recommend using openapp directly.

       By default gdb is used as the debugger, but this can be changed with the --gdb= option or through the GDB
       environment variable.

       The arguments are the arguments passed to the application.

       See the openapp (1) man-page for a complete description.

History

       Work on debugapp started in October 1997 by Ovidiu Predescu <ovidiu@net-community.com>.  In October  2006
       Nicola Pero <nicola.pero@meta-innovation.com> merged it with openapp.

Name

       debugapp - A wrapper for openapp.

See Also

openapp(1)

Synopsis

debugapp [--find] [--gdb=...]  application [arguments...]

See Also