If you’re having a problem with a module throwing an error when it performs a certain action, consider adding a ‘pause on error’ as an alternative to a breakpoint.
Sometimes it can be difficult to establish which action is causing the problem and for timing critical actions using a breakpoint can often cause other errors to occur and confuse matters. This is where the pause on error feature of LabVIEW comes in.
- Add a probe on the error wire that you want to monitor.
- Right click on the probe and select view probe.
- On the ‘Condition’ tab tick ‘Error’ to pause on error.