Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

How to step into DLL function (C++)?

Hi,

I wrote a simple labview program that calls a DLL function, which was written in C++ (6.0).

I am trying to improve the debugging process. Currently, when I debug my labview program, I cannot trace/step into/debug anything beyond the DLL function call.

Can I  run the C++ program (the DLL) I have in the debug mode, which is to automatically launch the labview program. The labview program is executed and when the DLL function call gets executed, I should automatically come back to C++ and debug the DLL functions.

If this is possible, could you please help me! I read in this forum that the project settings in C++ needs to be modified, but How and to what?

I tried building an executable of the labview program...in project settings (in VC++), I copied that path to the labview executable app in the Project -> Settings -> Debug tab -> "Executable for debug session". This attempt was not helpful at all.

 

Thank you!

0 Kudos
Message 1 of 2
(7,371 Views)
Hey Aldoulif,

I believe this discussion forum post is what you are looking for.  Hope this helps!
Pat P.
Software Engineer
National Instruments
0 Kudos
Message 2 of 2
(7,360 Views)