LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to debug in LabVIEW when calling a dll(created by LabVIEW) from visual studio(c#)

Solved!
Go to solution

I have created a dll using LabVIEW . I am calling the functions inside the dll from C#(Visual Studio 2010). But now i am unable to debug my LabVIEW code, while running the C# code. Can anyone suggest me a method to debug the LabVIEW code?

0 Kudos
Message 1 of 3
(2,183 Views)
Solution
Accepted by topic author nirmal.ninan

On suggestion would be to edit the dll to write pertinent information to a log file, so in case of a problem, you can use the log file to evaluate what was going on.

Message 2 of 3
(2,149 Views)

Thanks for the reply.

Ok. I think logging the data is fine . 

0 Kudos
Message 3 of 3
(2,127 Views)