1debugapp(1) GNUstep System Manual debugapp(1)
2
3
4
6 debugapp - A wrapper for openapp.
7
9 debugapp [--find] [--gdb=...] application [arguments...]
10
12 debugapp is a tool that helps you start or find applications by name in
13 debugging mode. It acts as a wrapper around openapp , and calls openapp
14 with the --debug option; we recommend using openapp directly.
15
16 By default gdb is used as the debugger, but this can be changed with
17 the --gdb= option or through the GDB environment variable.
18
19 The arguments are the arguments passed to the application.
20
21 See the openapp (1) man-page for a complete description.
22
24 openapp(1)
25
27 Work on debugapp started in October 1997 by Ovidiu Predescu
28 <ovidiu@net-community.com>. In October 2006 Nicola Pero
29 <nicola.pero@meta-innovation.com> merged it with openapp.
30
31
33 This man page was written by Dennis Leeuw <dleeuw@made-it.com>.
34
35
36
37GNUstep 16/12/2007 debugapp(1)