![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#21 |
|
Professional Programmer
Join Date: Apr 2005
Location: London, England
Posts: 459
Rep Power: 4
![]() |
Well the two 'big-name' Linux debuggers would be valgrind and gdb. I don't really know what they're fully capable of; I only use valgrind for memory leak checks and gdb when segfaults arise. Do a little search to see what turns up.
|
|
|
|
|
|
#22 |
|
Expert Programmer
Join Date: Dec 2004
Posts: 794
Rep Power: 4
![]() |
What are you talking about? GCC isn't a debugger...
|
|
|
|
|
|
#23 |
|
Programming Guru
![]() ![]() ![]() |
GCC is a compiler with debugging options... from the man page...
Debugging Options -a -dletters -fpretend-float -g -glevel -gcoff -gxcoff -gxcoff+ -gdwarf -gdwarf+ -gstabs -gstabs+ -ggdb -p -pg -save-temps -print-file-name=library -print-libgcc-file-name -print-prog-name=program
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#24 |
|
Expert Programmer
Join Date: Dec 2004
Posts: 794
Rep Power: 4
![]() |
it can compile in debugging symbols, it doesn't read them. it can't function as a debugger.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|