LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging classes

Solved!
Go to solution

I just started working with LabVIEW OOP and I think I must be missing something about how to debug classes. I can't put breakpoints or probes in class method vis, and I can't step into them. Do I have something setup wrong or is there some other mechanism we are supposed to use for debugging when using classes?

 

Thanks in advance for the help.

 

 

0 Kudos
Message 1 of 3
(2,281 Views)
Solution
Accepted by topic author LukeMSS

If you make property accessors I believe LV makes them inlined by default.  Check the execution properties and see if debugging is enabled.  You may need to cnahge them from inlined to reentrant to get up and running with debugging like this.

 

Shane.

0 Kudos
Message 2 of 3
(2,262 Views)

Thanks Shane. This solved my problem.

0 Kudos
Message 3 of 3
(2,253 Views)