hi everyone,
I have this C project that is passed to me, it has been written in ubuntu with gcc. I need to debug it. I have ubuntu and installed netbeans and GNU compiler(g++,gmake,gdb,gcc) for it. I tested a sample C project and was able to build and debug it successfully. now the problem is I can't open the C project in netbeans. Netbeans does not recognize it as a project folder. when I try to open it it will be opened and I will reach to the .c files. I think it is beacuse the project doesn't follow the standardization of netbeans. I mean , there are only three folders: resource, deploy and memory-leaks and alot of .h and.c files inside of the project folder instead of having headers files, resource files and source files(which netbeans requires).
Now, how can I make it work? is there any way that netbean can recognize this as a project and let me to debug it? if not, can I just put the files each in related folders?
any suggestion is really appreciated!
thank you
sahar