LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

remote debug dll on LabVIEW RT

i've got a dll that has exported functions that are used by a labview vi running LabVIEW RT. How do i remote debug? i built a debug version of the library. i've been told that all i need to do is press the green start arrow, but it is grayed out on my system. any ideas?
0 Kudos
Message 1 of 2
(3,099 Views)

Chucky:

 

As part of the setup to debug any DLL, you need to Specify External Process that will call the functions in your DLL.  In your case, you need to point to your LabView program.

 

See the other steps that are required to setup remote debugging here:

http://zone.ni.com/devzone/cda/tut/p/id/3384

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