Random User Posted September 3, 2010 Report Posted September 3, 2010 I have several WHILE loops running in parallel. I want to debug only one of them and let the others keep running. Currently when I debug and step through the program, the execution point jumps around through the different loops. This makes it hard and slow to debug a specific area of code. Any ideas? Quote
crelf Posted September 3, 2010 Report Posted September 3, 2010 Sounds like something for the LabVIEW Idea Exchange. Quote
mje Posted September 3, 2010 Report Posted September 3, 2010 Yes, I'd love to see that idea implemented. Usually though, I take the situation as a hint I ought to put the loops in their own VIs. Not always convenient, but helps a lot for when you need to do stepping or execution highlighting. Quote
PaulL Posted September 3, 2010 Report Posted September 3, 2010 Usually though, I take the situation as a hint I ought to put the loops in their own VIs. Quote
ShaunR Posted September 3, 2010 Report Posted September 3, 2010 Yes, I'd love to see that idea implemented. Usually though, I take the situation as a hint I ought to put the loops in their own VIs. Not always convenient, but helps a lot for when you need to do stepping or execution highlighting. It also gives you the option of running them in different priorities and execution systems. Quote
Random User Posted September 3, 2010 Author Report Posted September 3, 2010 Yes, I'd love to see that idea implemented. Usually though, I take the situation as a hint I ought to put the loops in their own VIs. Not always convenient, but helps a lot for when you need to do stepping or execution highlighting. Ha! I figured that answer would come up. Still would be nice to have the functionality, though. Thanks. Quote
Daklu Posted September 4, 2010 Report Posted September 4, 2010 It also gives you the option of running them in different priorities and execution systems. And it forces you to consider the api of each module. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.