11-20-2019 04:44 AM
Hello everyone,
I am currently debugging my project using Probes and Break Points. I have set many probes, but sometimes I forget some in a VI. The new probe is now on the bottom of the list in the probemonitor. This is often very confusing, since it may be called before the other probes.
My question: Is it possible to change the enumeration of the probes?
11-20-2019 06:48 AM
No way that I am aware of.
I do know that probes are grouped by VI. So a new probe in the VI should be a the bottom of its group, not the bottom of the entire window.
11-20-2019 07:02 AM
They are grouped, yes. But in the group it is still confusing when it is on the bottom.
Maybe I can add it to the wishlist
11-20-2019 07:23 AM
There are two ways (related) to renumber probes.
Personally, I find that having more than 4 or 5 probes open at a time is confusing. My approach is to put several in "critical locations" -- if everything passes, I close the Probe Window and place a new set "at the next place to check". If I'm trying to do a "wide-spread Fishing Expedition", I restart LabVIEW and try to place the Probes in the order I expect them to be activated.
Bob Schor