04-20-2011 02:22 PM
Hi all,
I am facing a weird problem that breakpoints are not being recognized by the compiler. I mean that i can not
debug my code but the breakpoints of the same code on different machine are being recognized properly. Both machines have CVI 2009 installed.
Can anyone tell me the possible reasons of this problem?
Thanks.
04-20-2011 03:19 PM - edited 04-20-2011 03:20 PM
mhs100:
Sorry to ask some basic questions here:
Have you double-checked that your Build Configuration on the problem machine is set to Debug?
Have you rebuilt your project on the problem machine? Try deleting the .exe file, the cvibuild directory, and the .cdb file, then build again.
Have you tried building on the working machine, and then copying all files (not just the source files) from the working machine to the problem machine and then running (without rebuilding) on the problem machine?
Have you tried creating a new project on the problem machine and debugging that with breakpoints? Maybe just a simple Hello World project.
Have you tried debugging one of the sample projects that ship with CVI on the problem machine?
Do both machines have the same CVI build number (as shown in the Help >> About window)?
Do both machines have the same version of the operating system?