Random User Posted September 3, 2010 Report Share 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 Link to comment
crelf Posted September 3, 2010 Report Share Posted September 3, 2010 Sounds like something for the LabVIEW Idea Exchange. Quote Link to comment
mje Posted September 3, 2010 Report Share 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 Link to comment
PaulL Posted September 3, 2010 Report Share Posted September 3, 2010 Usually though, I take the situation as a hint I ought to put the loops in their own VIs. Quote Link to comment
ShaunR Posted September 3, 2010 Report Share 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 Link to comment
Random User Posted September 3, 2010 Author Report Share 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 Link to comment
Daklu Posted September 4, 2010 Report Share 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 Link to comment
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.