LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Linux version of source insight (https://www.linuxquestions.org/questions/linux-newbie-8/linux-version-of-source-insight-728352/)

satya_seth 05-25-2009 07:50 AM

Linux version of source insight
 
Hi

I am using Redhat Linux. But it is very difficult to go to each file and debug in a source code structure.

Is there any linux version of source insight like we have in windows?

Can anybody help me out?

Regards
Satyabrata

jamescondron 05-25-2009 07:57 AM

You mean you want a debugger?
try:
Code:

# yum search debugger
There are loads; most languages have their own debuggers designed, though a popular one is gdb; the gnu debugger. Its pretty intuitive after a bit of a learning curve. If you want a graphical one, there are front ends I believe such as DDD, or emacs works as a front end (Well, you can use debuggers in emacs at least)

mohammed akhil 07-22-2009 05:37 AM

hi,
if you are using ubuntu , just install "wine" a utility which can easily downloaded by synaptic packet manager and u can easily work on source insight.

regards

EmrldDrgn 07-22-2009 05:49 AM

Source Insight is an IDE, if Google serves me right.

There are at least 2 IDEs for Linux that I know of. Code::Blocks, which I've used, is actually multiplatform, and I've found it to be excellent, almost (but not quite) up to the standards of Visual C++ and other expensive editors. It's free. Note, it's only for C/C++, and maybe a few other languages (D, I think?).

The other, Eclipse, I have not used. It's often referred to as being a resource hog, from what I hear, but it works with many languages. Again, this is heresay... I have not used it myself.

Many programmers I know use only a text editor, makefiles, and GCC for their work, so it is certainly possible to do so, but if you don't want to, either of those tools should help.

Hope this helps!

knudfl 07-24-2009 02:34 PM

  • Insight, GDB with a GUI
http://sourceware.org/insight/

ftp://mirrors.kernel.org/sources.red...ight/releases/
.....


All times are GMT -5. The time now is 11:03 PM.