Jump to content

Finding VI Clones


mje

Recommended Posts

If I'm debugging a VI clone, I can easily find the original by using View: Browse Relationships: Reentrant Original. But is there a way to do the opposite? Given an original VI, I'd like to see the list of clones currently in memory.

Link to comment

That other thread is interesting, but I was looking for a native UI option.

Thanks AQ. No big deal, clones can easily be found by digging through a few layers of VIs and opening them from the block diagrams.

Link to comment

Hahaha. I was being civil. Frustrating indeed, especially when you're dealing with multiple levels of reentrancy. Don't get me going though on dynamically allocated clones, the feds ought to give up waterboarding and just have detainees attempt to debug those applications...

Link to comment
  • 2 weeks later...

John's idea is something I found out last week. It's quite good. A conditional probe in the master VI won't work, since the code isn't running. But you can create a conditional probe (before running) in your master VI with a breakpoint.

Ton

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.