1man(1)                         cdtdebug man page                        man(1)
2
3
4

NAME

6       cdtdebug - The Eclipse C/C++ Stand-alone Debugger
7

SYNOPSIS

9       cdtdebug [ ECLIPSE-OPTIONS ] [ -h, --help ] [ -b build-log ] [ -a ] | [
10       -c core ] -e executable...  ]
11

DESCRIPTION

13       cdtdebug is a graphical C/C++ debugger  using  Eclipse  and  gdb.   The
14       debugger  uses  Eclipse  plug-ins and features found in the eclipse-cdt
15       package and invokes an Eclipse application specialized to bring up just
16       the  C/C++  debugging elements.  The debugger can be used to debug exe‐
17       cutables, core files,  and  can  also  attach  to  existing  processes.
18       Internally,  gdb  is used to perform the debugging tasks via the gdb/mi
19       interface.    For   more   info,   see   the   upstream    wiki    page
20https://wiki.eclipse.org/CDT/StandaloneDebugger⟩.
21

OPTIONS

23       Operation modes:
24
25       -h, --help
26              print help, then exit.
27
28       Indexing assist options:
29
30       -b build-log
31              specify build log to use for compiler includes/flags.
32
33       Target options:
34
35       -a     attach to an existing process (list will be shown).
36
37       -c core
38              debug core file (need to also specify corresponding executable).
39
40       -e executable [ args... ]
41              debug given executable (passing args to main).
42
43       The  -e  option  must  be used last as subsequent options are passed to
44       main.
45
46       Specifying insufficient arguments for a particular target  will  result
47       in  a  dialog  displayed  to enter the required values for that target.
48       Specifying no target option brings up a dialog for  debugging  an  exe‐
49       cutable  with  the  executable  path,  program arguments, and build log
50       filled in from the last -e invocation, if one exists.
51
52       For  details  on  options  that  can  be  passed   to   Eclipse,   see:
53http://help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Ftasks%2Frunning_eclipse.htm⟩.
54

SEE ALSO

56       gdb(1)
57

BUGS

59       No known bugs.
60

AUTHOR

62       Jeff Johnston (jjohnstn@redhat.com)
63
65       Copyright (c) 2014 Red Hat Inc.
66
67       Permission is granted to copy, distribute and/or modify  this  document
68       under  the  terms of the GNU Free Documentation License, Version 1.3 or
69       any later version published by the Free Software Foundation;  with  the
70       Invariant  Sections being "Free Software" and "Free Software Needs Free
71       Documentation", with the Front-Cover Texts being "A  GNU  Manual,"  and
72       with the Back-Cover Texts as in (a) below.
73
74       (a) The FSF's Back-Cover Text is: "You are free to copy and modify this
75       GNU Manual.  Buying copies from GNU Press supports the FSF in  develop‐
76       ing GNU and promoting software freedom."
77
78
79
80
811.0                              07 July 2014                           man(1)
Impressum