LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Debug Static Library

I have built a static library with LabWindows CVI. I have another CVI
project that links to and calls functions from that library. How can I
set breakpoints in the library? Also, I don't seem to be able to "Step
Into" those functions.

Thanks,
Stephen

0 Kudos
Message 1 of 2
(2,955 Views)
Stephen,

You cannot debug static libraries in CVI. Have you considered building a DLL instead? Those you can debug just fine.

Once you have finished debugging your project, you can then easily switch it back to a static library, and that way you won't have to distribute the DLL to your users.

Luis
Message 2 of 2
(2,951 Views)