LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Red box Highlighting the entire work area of the Block diagram

I have a thin red box highlighting the entire work are of the block diagram...I've checked for breakpoints but dont see any. I run the code and after completion the entire work area turns black for a couple seconds and then the red box flashes and the continue button on the tool bar is hightlighted. Any assistance would be great
tks
0 Kudos
Message 1 of 2
(2,476 Views)
This is indeed a breakpoint.

You should be able to clear it by selecting your breakpoint tool from the tools palette and clicking outside of your main code area.

When your breakpoint tool is going to set a breakpoint, the tool is filled in with black. When is is going to clear a breakpoint, it is not filled.

You can also search for breakpoints from the Edit menu Find function. Click the Select Object icon goto Others and select Breakpoint. This will find all your breakpoints. Sometimes they get set by mistake and you don't know it.

Ed


Ed Dickens - Certified LabVIEW Architect
Lockheed Martin Space
Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.
Message 2 of 2
(2,476 Views)