LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Breakpoint

Solved!
Go to solution

Hello,

 

I am not sure how the breakpoint gonna work.

 

Since the LabVIEW is all about dataflow, I was wondering do I able to break a middle of block to see the final block? For example, in my VI, there were three major blocks(means chunk of code), may I able to break block 2 to see the relationship about block1 and block3? I do not think block2 and block3 have directly relation, that why I am asking can I break 2

 

Thanks

 

 

0 Kudos
Message 1 of 2
(2,202 Views)
Solution
Accepted by topic author huskerli

When you place a break point, the program will pause the execution of that part of the code when, due to dataflow, it encounters the breakpoint. If you have other sections of your code that are operating independently they will not pause.

 

Give it a try and see what happens. You can place, disable or remove breakpoints at will.

 

If a section of code waits for data from the section you have a breakpoint, it too, depending on how it is structured, wait when you get to the breakpoint.

Putnam
Certified LabVIEW Developer

Senior Test Engineer North Shore Technology, Inc.
Currently using LV 2012-LabVIEW 2018, RT8.5


LabVIEW Champion



0 Kudos
Message 2 of 2
(2,201 Views)