From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

vi's caller

Solved!
Go to solution

If a vi is suspended when called or has a breakpoint in it is there a way to see which vi called it? I am debugging so not looking for a function but a tool.

 

 

thanks,

 

jvh 

0 Kudos
Message 1 of 4
(2,318 Views)
I fyou mean during debug when it stops at a sub-vi's breakpoint the way to see the callers is to go, in the diagram view, to "View" in the toolbar, "Browse relationships" , "This VI's Callers"
Putnam
Certified LabVIEW Developer

Senior Test Engineer North Shore Technology, Inc.
Currently using LV 2012-LabVIEW 2018, RT8.5


LabVIEW Champion



0 Kudos
Message 2 of 4
(2,315 Views)

Thanks for posting.

 

I should have said for a particular instance. This vi is called by 11 others.

 

 

jvh 

0 Kudos
Message 3 of 4
(2,300 Views)
Solution
Accepted by topic author jvh75021

When the VI is halted a new element appears.

Next to the debugging control button (step in/ out ) a ring control is shown, this ring contains the exact list of callers (call chain) for this particular run.

 

 

Ton

Message Edited by TCPlomp on 01-02-2010 10:06 PM
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
Message 4 of 4
(2,287 Views)