LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

CVI2013 f1 and breakpoints

Solved!
Go to solution

see attached example:

  • build the project
  • place a breakpoint at line 56 of callback.c (this line is never executed because SAMPLE_BREAKPOINT is defined as 0)
  • run
  • the breakpoint moves clicking over it and can't be deleted
Vix
-------------------------------------------
In claris non fit interpretatio

-------------------------------------------
Using LV from 7
Using LW/CVI from 6.0
0 Kudos
Message 1 of 4
(4,031 Views)

This issue probably is related to the one I have reported earlier here - the compiler is optimizing code even in debug version so it knows that the if case is false and hence does not look at this line of code and thus will not realize that there is a breakpoint...

0 Kudos
Message 2 of 4
(4,027 Views)

Is there a bug ID and/or a CAR for this issue?

 

Even with f1 patch, I can't really use CVI 2013 for project development, since I has some important regressions compared to CVI 2012 SP1.

 

Thanks

Vix
-------------------------------------------
In claris non fit interpretatio

-------------------------------------------
Using LV from 7
Using LW/CVI from 6.0
0 Kudos
Message 3 of 4
(3,966 Views)
Solution
Accepted by topic author vix

Hello vix!

 

Your guess was correct. There is an existing known issue regarding this problem, which has been introduced in CVI 2013. We are currently dealing with this bug, and a fix should be available soon, in an upcoming release of CVI. The bug report for this issue is described by CAR ID 409933.

 

Thank you!

0 Kudos
Message 4 of 4
(3,936 Views)