LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

find breakpoint programmatically

Hi All,
 
I accidentally posted this question in the special interest forum by mistake so sorry for the duplicate post but i thought it might never get read over there.
 
Hi all,
 
I was wondering if there is a way to search the vi hierachy for breakpoints programmatically?  Why you may ask?
 
I have a piece of code that takes approximately 10 Hours to run.  In order to use my time wisely i usually run the test overnight then review the results in the morning, modify code then re-run overnight.  However i came in this morning to notice i had left a breakpoint in my code about an hour into the test.  So what i would like to be able to do is search the code for breakpoints first and warn me before i go home if i have left any in there!
 
Thanks in advance
 
Craig
LabVIEW 2012
0 Kudos
Message 1 of 21
(4,700 Views)
Although this is still manual, you can search for breakpoints.


Message Edited by Stradis on 09-14-2007 09:25 AM


Paul
Message 2 of 21
(4,687 Views)
Hi Stradis,
 
Thanks for the reply, I have been using that method however it has one flaw, My Memory! which isnt the greatest at the best of times, especially not at the end of the day.
 
Craig
LabVIEW 2012
0 Kudos
Message 3 of 21
(4,682 Views)
What version of LV are you using?

Paul
0 Kudos
Message 4 of 21
(4,673 Views)

Hi Stradis,

 

I am using Version 8.2  I have used the Breakpoints from under the operate menu untill now.  I have looked through the most likely pallettes but can not find anything, however i was wondering if there was a property / method or even a n API i could use.  Otherwise i will just have to put a large post it on my Monitor or something! he he.  Even that probably would not jump start my head.

 

Craig

LabVIEW 2012
0 Kudos
Message 5 of 21
(4,670 Views)
I thought I might have been onto something.
See C:\Program Files\National Instruments\LabVIEW 8.2\project\_RemoveBreakpoints
But it wants to be launched from a menu and do not have the time to expermiment and try to work around it

Paul
Message 6 of 21
(4,665 Views)
Cheers Stradis,
 
I will have a look into it and let you know how i get on.
 
Craig
LabVIEW 2012
0 Kudos
Message 7 of 21
(4,664 Views)

This has to be done programatically?

If so check LAVA >>> Rusty Nails for scripting.

I beleive I saw breakpoints someplace I was not supposed to be looking. Smiley Wink

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 8 of 21
(4,660 Views)
Hi Ben,
 
Ooooo! Thanks for the link,  Geuss what im going to be reading this afternoon
 
Craig
LabVIEW 2012
0 Kudos
Message 9 of 21
(4,655 Views)
What's wrong with using the standard menu and just remove them all before running? (this is 8.2)
 
 

Message Edited by altenbach on 09-14-2007 07:45 AM

Message 10 of 21
(4,641 Views)