This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Trying to debug include files

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

Parents
  • 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.

Reply
  • 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.

Children
No data