NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Trying to debug a CVI exe calling TestStand sequences which call a CVI dll.

HI,

    I have a chip handler program w/ui in CVI that I have running TestStand sequences through ActiveX.  I pass pointers into TestStand for the data returned by the tests.  The TestStand sequences call functions in a DLL created through CVI.  How can I debug in both CVI and TestStand.  I am trying to verify the complex data structures.  I would like to see the actual variables in both programs to verify that everything is mapped properly.  I know I could use print statements in TestStand but it would be messy.

 

Thanks,

Mike

0 Kudos
Message 1 of 3
(3,413 Views)

Hi,

 

Hopefully the following link will help

 

http://forums.ni.com/ni/board/message?board.id=330&message.id=6467&query.id=1242867#M6467

 

regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 3
(3,403 Views)

Hi,

     I read that thread before I posted mine.  Unfortunately it doesn't really apply.  I am running an exe created in LabWindows which use ActiveX to run test sequences.  The test sequences run functions from a DLL.  I have no problem debugging the DLL and exe, I don't know how to link in to debug TestStand.  I can debug just the sequences and DLL using TestStand, but the situation I have is more complex in that the data comes from an EXE which then calls the sequences.  I need to start in CVI and then have the TestStand debugger start.  If not, is there a way to link an exe to TestStand.  I hope this make sense.

 

Mike

0 Kudos
Message 3 of 3
(3,385 Views)