LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Breakpoint not set event then it stops here

Hi all,

 

I have small teasing problem with Labwindows/CVI. The program always stops at the "void CVIFUNC_C RTmain (void)" function even there is no breakpoint set! And now the best - it is built in the release mode.

 

Have you ever faced this? Please help.

 

Thank you.

0 Kudos
Message 1 of 2
(3,376 Views)

Hi Selatko!

 

  Did you put something to your "Watch" list? For example global array. If so remove it and hopefuly it won't stop afterwords.

The other possible reason is an error has occurred within that line of code and further debugging of that code is needed.

CVI can be configured to automatically break when errors or exceptions occur within a function.

The following methods can be used to change these settings:

  •  From the Run»Break on menu, check or uncheck Library Errors and First Chance Exceptions.

 

Let me know if it helped!

 

Best regards,

 

David Varga

Applications Engineer

NIH

0 Kudos
Message 2 of 2
(3,359 Views)