LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I debug a Visual C++ DLL from within CVI

Hello,
I want to debug a Visual C++ DLL (Non MFC) that is used by a CVI application. I think I did all the necessary things but it seems that the Visual Studio editor doesn't stop at my breakpoints. I've done similar things in the past with TestStand instead of CVI but there I didn't run into problems.
Anybody got an idea how I can debug my Visual C++ DLL when it is called from within CVI.

Thanks in advance for all your help.
Dennis
0 Kudos
Message 1 of 2
(3,222 Views)
Never mind, I already found the solution.

You cannot debug the DLL from within CVI.
If you make an executable from your CVI project, you can use that executable to debug your DLL, but you cannot do it with the CVI IDE itself.

If anyone has found a way to debug a Visual C++ DLL from within a CVI project running inside the CVI IDE, I'm still interested to hearing about it. (but I don't think it's possible)

Best regards,

Dennis
0 Kudos
Message 2 of 2
(3,222 Views)