LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Red line inside of case structure?

Easy question...why do I have a red line inside of my case structure?  When I run my code, it flashes and seems to pause it. Anyone know how I can remove this?

 

Thanks!

22200i83ECFBCA2070C7B2

0 Kudos
Message 1 of 5
(4,021 Views)

Yes.  Easy indeed.

 

Select the Set / Clear Breakpoint and click on the red line.

 

It should clear the breakpoint.

 

Message 2 of 5
(4,013 Views)

And the point of all those local variables is... ????

0 Kudos
Message 3 of 5
(3,996 Views)

@smercurio_fc wrote:

And the point of all those local variables is... ????


To cause race conditons and to stir the ire of LAVA (Locals Are Verbotten Always)  Smiley Very Happy

- tbob

Inventor of the WORM Global
0 Kudos
Message 4 of 5
(3,989 Views)

 


@smercurio_fc wrote:

And the point of all those local variables is... ????


 

OH NO!!  It must be true!!  I must have turned to the dark side!  😉

Of all people, how could I have missed all those Local abuses!! LOL!! 😄


Been looking at low level drivers all day..


Good catch Saverio.

 

Local abuse is when Local Variables are used when in fact they are not needed.  Local Variable buse leads to race conditions and unpredictable code execution.

0 Kudos
Message 5 of 5
(3,981 Views)