Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Hi,

I am new to GNU project. now I am going to work on a GNU c project.
I am OK with compiling it, and I want to know the code inside.

when run this project, should give a input file which contains data to process.
I also can do that.

My first question is that. Now I am compiling this GNU c project from terminal (Cygwin),by using "aclocal","automake --add-missing", "autoreconf","./configure" and "make" commands. it is too much. is there anyway do all this using NetBeans? simply click run or something like that?

my second question: is there any way to debug it with NetBeans, like step by step debugging in visual studio c# projects? how can I fellow the processing of given input data and know about the source code?

are those can be done with NetBeans?

Thanks in advance

Best,
Posted
Updated 12-Sep-13 23:11pm
v2

1 solution

Using Google and typing "GNU C debugger" gives you 269000 hits, the first of which is
https://www.gnu.org/software/gdb/[^]
which is a good place to start.

And you might want to take a look at http://www.codeblocks.org/[^] to make your life a little easier.

[EDIT]
You didn't even mention NetBeans in the first version of you question! Ok, for NetBeans applies the same. Go to Google, enter "netbeans debugger", and a la, you end up on:
https://netbeans.org/features/java/debugger.html[^]
Sometimes, to know how to search for information is already half of the job done.
 
Share this answer
 
v2
Comments
nv3 13-Sep-13 7:00am    
See the [EDIT] of my answer, above.
Alimjan Yasin 13-Sep-13 7:12am    
I have searched and come up many information, and get little confused , so that is why I am asking.
thanks for your suggestion.
CPallini 13-Sep-13 7:59am    
5.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900