Admin Production ni-theme
Current Publication

Setting Additional Break Conditions

LabWindows/CVI

Run»Break on

Use this command to view a submenu in which you can set additional break conditions for programs:

  • First Statement—This option specifies that LabWindows/CVI enters a breakpoint state on the first executable statement in your source code.
  • Library Errors—This option specifies that a breakpoint occurs when any function call to a LabWindows/CVI library results in an error.
  • First Chance Exceptions—This option determines what LabWindows/CVI does when your program causes an exception. If you enable this option, LabWindows/CVI suspends your program before it can catch and handle the exception. In general, disable this option if you are debugging code that generates exceptions that your code catches and handles. If LabWindows/CVI suspends your program before your program catches the exception, you can use the Run»Continue command to resume execution of your program.