LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

attach debugger

I have a DLL built in LabWindows/CVI v8.0 and it is running in TestStand v3.1. The DLL was built as debug. If I run the DLL in CVI as debug mode, the program will be running slow (even if the run-time check was disabled). Is that any way to attached the LabWindows/CVI debugger to the DLL while it is running?
 
Thanks
Eric
0 Kudos
Message 1 of 2
(3,005 Views)
The CVI debugger does not support attaching to running modules. If you know the location in the DLL where you want to break, you can add an assert(0) call there, and when this gets hit, you will get a chance to debug this using CVI, if no other debuggers are already attached to the process.
0 Kudos
Message 2 of 2
(2,876 Views)