08-10-2015 11:21 AM
So once upon a time, I was told that Desktop Execution Trace Toolkit would allow me to view all open refnums during operation. This does not appear to be the case. Is there another to program my application so that I can view all open refnums during run time? Even possibly make it a state to just update an array that shows all open refnums.
08-10-2015 04:16 PM
Bump
08-10-2015 04:18 PM - edited 08-10-2015 04:19 PM
@DailyDose wrote:
Bump
Geez, give people a chance to respond. Not everyone lives in your time zone, right?
I believe there is no easy way to do what you are asking for. DETT lets you see when refnums are created and destroyed but to my knowledge not an immediate list of what refnums exist.
08-10-2015 04:25 PM
@tyk007 wrote:
@DailyDose wrote:
Bump
Geez, give people a chance to respond. Not everyone lives in your time zone, right?
I mean... Austin is right down the street. ![]()
08-10-2015 04:28 PM
@tyk007 wrote:
I believe there is no easy way to do what you are asking for. DETT lets you see when refnums are created and destroyed but to my knowledge not an immediate list of what refnums exist.
Man, surely there's a way to access insight into seeing what refnums are open in memory other than just some sort of Event Notification regarding refnums. All the things we can do with VI Server and .NET...