LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

debug header file

pretty simple question here, hope it is ok to ask: how do i debug (step through) .h include header file.. have been cut/pasting code from header file into my main .c code otherwise it is not going into header file when i step through the code

 

thanks for your time

0 Kudos
Message 1 of 2
(2,869 Views)

What do intend with "step through header file"? A include file should include only definitions and declarations, not actual code. It is processed by the compiler before the first line of code is executed.

An additional useful option CVI offers is the preprocessing of the include files, described in this CVI tip.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(2,862 Views)