I've been playing around with DETT a bit, and wanted to see how far I could push it, so I set it to record every VI Call, VI Return, VI Start Execution and VI Stop Execution. I got millions of lines back, but after saving to a log and writing a script to go through, I came out the other end with just under 500 VIs that returned without being called, and almost 150 that were called without a return. Which brings me to my question: What counts as a call and return. I would assume since the project finishes without any locked libraries that the 2 should be equal, and yet I don't see that. Is there a way to finish execution of a VI without triggering either the VI Stop Execution or the VI Return?