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