i have a main program with some include files, and i want to debug this files as well as the main program and use breakpoinds. Anyone knows how to do this??? Thanks
first time i try to debug the include files.... Just to make this extra clear: the problem is this that there's not supposed to be anything in an include file that would need to be debugged (in the sense that you need to search for errors in there although the compiler and linker already accepted the program). You really need to brush up your basic knowledge of C. I suggest the comp.lang.c FAQ for starters, or possibly one of the textbooks recommended by that FAQ.