If I have a standard VI that's hung, I can highlight execution, and then drill into the hung VI (reentrant or not) to see what's going on:
But...if it's a class override method, I can't do this:
(There is technically an exception: If the override is not reentrant, and you guess the correct override in the popup, then you can debug it.)
This experience would be so much better if I could drill into the overrides seamlessly, without being prompted for which override to look at, and with the correct runtime instance of the override popping up. This is the kind of thing where, on complex projects, this improved debugging could literally save me hours on some bugs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.