From 11:00 PM CDT Friday, Nov 8 - 2:30 PM CDT Saturday, Nov 9, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
From 11:00 PM CDT Friday, Nov 8 - 2:30 PM CDT Saturday, Nov 9, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
03-03-2014 01:03 PM
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.
Solved! Go to Solution.
03-03-2014 02:06 PM
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.
03-03-2014 02:32 PM
Thanks Shane. This solved my problem.