Class data is painful, if not impossible, to properly probe when debugging LabVIEW code.
It doesn't need to be this way. Every other programming language I've worked with allows viewing this type of data when debugging.
Currently, by default, you only see probe data based on the wire's edit-time class definition, not it's actual runtime class instance. It would save me weeks (literally) a year if I could simply place a probe on a class wire and view the internal class data of the runtime class, including all levels of inheritance.
I realize it's not a small ask since the probe GUI would need to be dynamic (as data type/GUI elements, not just values, would need to be updated when probe is hit.)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.