LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging Problems

Everytime I try to debug, it keeps saying that an "error occurred while loading debugging information for ..... You will be unable to debug this DLL/EXE...you mihgt have to rebuild it using this version."  I rebuild and keep getting the same error.  I was wondering if I was setting up wrong?  Thanks
0 Kudos
Message 1 of 3
(2,876 Views)

Hello,

 

Not too sure the exact steps that are producing this problem, but you will want to make sure that you are building a debugable executable then ensuring that the debug file is present.  First check your build settings by selecting “Build->Target Settings” and making sure it says debugable.  Next, rebuild your project (Build->Batch Build, find the debug and select build).  Then check to make sure that in the directory of your project you have a file with a .cdb extension.  If this file is not present with your exe, it could be that there is some sort of problem generating this file – such as lack of permissions necessary to generate the file or something unusual like that.

 

Keep us posted on how things go!

Travis M
LabVIEW R&D
National Instruments
0 Kudos
Message 2 of 3
(2,862 Views)
I just uninstalled, then went through regedit to remove everything and re-installed.  Everything works fine now.  Thanks for the help!!
0 Kudos
Message 3 of 3
(2,853 Views)