g++ compiler and debugger

Asked by Glenn G. Cook

   Hello,
I need to know how to find out what version g++ compiler is in ubuntu 11.10 and does ubuntu 11.10 have a debugger built in and what is its version number, also what is the debuggers name that is to say how do I run it.
                                                                                                              Thank You,
                                                                                                                 Glenn G. Cook

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gcc-defaults Edit question
Assignee:
No assignee Edit question
Solved by:
Ubfan
Solved:
Last query:
Last reply:
Revision history for this message
Best Ubfan (ubfan1) said :
#1

You can find the version by running g++ --version
There are any number of command line debuggers, probably gdb is present. I like to install the graphical debugger package ddd which gives you things like mouse-over pop-up values on variables, etc.

Revision history for this message
Glenn G. Cook (ggcook1) said :
#2

           Thank you Ubfan, you nailed it.
                                                          ggcook1