| View previous topic :: View next topic |
| Author |
Message |
odeSolver n00b

Joined: 11 Jul 2010 Posts: 62 Location: NJ, USA
|
Posted: Wed Jul 18, 2012 4:06 pm Post subject: Debugger GCC on Gentoo Linux |
|
|
Is there an available debugger which can be used with C code compiled using GCC on Gentoo? Is there such thing as an IDE in Gentoo Linux (which would include a debugger)?
If yes, what's it called? Where and how do I get it? And how do I use it? (that's all I need to know ). _________________ Needs help learning Gentoo Linux in order to install the SUite of Nonlinear and DIfferential/ALgebraic equation Solvers on a 32 node cluster (piece of cake, right?), then learn C, then program SUNDIALS in C. Wish me luck! |
|
| Back to top |
|
 |
pigiron n00b

Joined: 08 Nov 2011 Posts: 8 Location: USA
|
Posted: Wed Jul 18, 2012 6:04 pm Post subject: |
|
|
At first I thought you were trolling, but the bottom part of your post makes me think that your question may be sincere... so...
First "emerge sys-devel/gdb", then "info gdb".
There's only about a bazillion frontends available for gdb, including ddd and that other operating system called emacs. But real men (eventually) learn to use it straight, just like their whiskey. Because both make debugging on a remote system so much easier. |
|
| Back to top |
|
 |
odeSolver n00b

Joined: 11 Jul 2010 Posts: 62 Location: NJ, USA
|
Posted: Wed Jul 18, 2012 6:11 pm Post subject: |
|
|
| pigiron wrote: | At first I thought you were trolling, but the bottom part of your post makes me think that your question may be sincere... so...
First "emerge sys-devel/gdb", then "info gdb".
There's only about a bazillion frontends available for gdb, including ddd and that other operating system called emacs. But real men (eventually) learn to use it straight, just like their whiskey. Because both make debugging on a remote system so much easier. |
Not a troll. I have sent my prof an email to have emerge this gdb. Thanks. _________________ Needs help learning Gentoo Linux in order to install the SUite of Nonlinear and DIfferential/ALgebraic equation Solvers on a 32 node cluster (piece of cake, right?), then learn C, then program SUNDIALS in C. Wish me luck! |
|
| Back to top |
|
 |
DaggyStyle Advocate


Joined: 22 Mar 2006 Posts: 4735
|
Posted: Thu Jul 19, 2012 5:46 am Post subject: |
|
|
| odeSolver wrote: | | pigiron wrote: | At first I thought you were trolling, but the bottom part of your post makes me think that your question may be sincere... so...
First "emerge sys-devel/gdb", then "info gdb".
There's only about a bazillion frontends available for gdb, including ddd and that other operating system called emacs. But real men (eventually) learn to use it straight, just like their whiskey. Because both make debugging on a remote system so much easier. |
Not a troll. I have sent my prof an email to have emerge this gdb. Thanks. |
let me see if I understood you correctly, both you and your professor didn't thought of opening google and write "c debugger for linux"? _________________ Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
ProjectFootball |
|
| Back to top |
|
 |
odeSolver n00b

Joined: 11 Jul 2010 Posts: 62 Location: NJ, USA
|
Posted: Thu Jul 19, 2012 3:38 pm Post subject: |
|
|
| DaggyStyle wrote: | | odeSolver wrote: | | pigiron wrote: | At first I thought you were trolling, but the bottom part of your post makes me think that your question may be sincere... so...
First "emerge sys-devel/gdb", then "info gdb".
There's only about a bazillion frontends available for gdb, including ddd and that other operating system called emacs. But real men (eventually) learn to use it straight, just like their whiskey. Because both make debugging on a remote system so much easier. |
Not a troll. I have sent my prof an email to have emerge this gdb. Thanks. |
let me see if I understood you correctly, both you and your professor didn't thought of opening google and write "c debugger for linux"? |
My professor is on vacation. In any event, he has left this part competely up to me. I did search for it, but could not understand most of what I was reading. Terribly sorry to inconvenience you with my beginner questions. _________________ Needs help learning Gentoo Linux in order to install the SUite of Nonlinear and DIfferential/ALgebraic equation Solvers on a 32 node cluster (piece of cake, right?), then learn C, then program SUNDIALS in C. Wish me luck! |
|
| Back to top |
|
 |
DaggyStyle Advocate


Joined: 22 Mar 2006 Posts: 4735
|
Posted: Thu Jul 19, 2012 5:37 pm Post subject: |
|
|
| odeSolver wrote: | | DaggyStyle wrote: | | odeSolver wrote: | | pigiron wrote: | At first I thought you were trolling, but the bottom part of your post makes me think that your question may be sincere... so...
First "emerge sys-devel/gdb", then "info gdb".
There's only about a bazillion frontends available for gdb, including ddd and that other operating system called emacs. But real men (eventually) learn to use it straight, just like their whiskey. Because both make debugging on a remote system so much easier. |
Not a troll. I have sent my prof an email to have emerge this gdb. Thanks. |
let me see if I understood you correctly, both you and your professor didn't thought of opening google and write "c debugger for linux"? |
My professor is on vacation. In any event, he has left this part competely up to me. I did search for it, but could not understand most of what I was reading. Terribly sorry to inconvenience you with my beginner questions. |
I mean no disrespect but in the linux world, a minimal searching and understanding skill is required.
even without entering the search result and just by looking on the titles any one can deduce the program's name. _________________ Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
ProjectFootball |
|
| Back to top |
|
 |
odeSolver n00b

Joined: 11 Jul 2010 Posts: 62 Location: NJ, USA
|
Posted: Fri Aug 03, 2012 11:55 pm Post subject: |
|
|
| pigiron wrote: | At first I thought you were trolling, but the bottom part of your post makes me think that your question may be sincere... so...
First "emerge sys-devel/gdb", then "info gdb".
There's only about a bazillion frontends available for gdb, including ddd and that other operating system called emacs. But real men (eventually) learn to use it straight, just like their whiskey. Because both make debugging on a remote system so much easier. |
Can you fill me in on how to setup debugging on a remote system? Or, better yet, what's the best way to to development on a Gentoo cluster (which, I think, does not have a graphical UI installed).
FYI: Not trolling, just beginnering (that's a word, right?). _________________ Needs help learning Gentoo Linux in order to install the SUite of Nonlinear and DIfferential/ALgebraic equation Solvers on a 32 node cluster (piece of cake, right?), then learn C, then program SUNDIALS in C. Wish me luck! |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|