Disabling Debugging Tools

You can disable the debugging tools for a VI to reduce memory requirements and to improve performance slightly.

Complete the following steps to disable debugging for a VI.

  1. Select File»VI Properties to display the VI Properties dialog box.
  2. Select Execution from the Category pull-down menu.
  3. Remove the checkmark from the Allow debugging checkbox.
  4. Remove the checkmark from the Enable automatic error handling checkbox.

You also can use the Allow Debugging property to disable the debugging tools programmatically and the Automatic Error Handling property to disable automatic error handling programmatically.

Complete the following steps to disable automatic error handling for any new, blank VIs you create.

  1. Select Tools»Options to display the Options dialog box.
  2. Select Block Diagram from the Category list.
  3. Remove the checkmark from the Enable automatic error handling in new VIs checkbox.