Hello all,
I have an older LabWindows/CVI DLL which I call from VS 2013 express.
However, I want to be able to debug the DLL by setting breakpoints in e.g. the initialize.
This is what I've done:
In the LabWindows/CVI proj, specify the executable and command line to visual studio exe "D:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\WDExpress.exe".
Run the LabWindows/CVI proj, visual studio opens, select the VS proj, run it and go the to initilize DLL call (LabWindows/CVI DLL), which has breakpoints.
Now when the step in VS is executed the breakpoint in LabWindows/CVI is not hit and VS just moves to the next step.
Is there a reason why the breakpoint in the initialize function doesn't get hit?
When specifying in LabWindows/CVI the exe that the VS projects generates iso the VS exe, hits the breakpoints in LabWindows/CVI...
So how can I set the LabWindows/CVI proj so it looks at the VS generated exe iso the VS exe itself?
LabWindows/CVI 2013 SP 2, Visual studio 2013 express, both proj debug mode.
Thanks in advance.
brgds
Jeroen C