Eugen Graf Posted April 3, 2007 Report Share Posted April 3, 2007 Hello LAVAs, until debugging I unintentionally clicked on while loop and an breakpoint inside the while loop was created. Now I dont know how to remove it. Here my screenshot. No selection for removing by right klicking on the loop appears. Eugen Quote Link to comment
Mellroth Posted April 3, 2007 Report Share Posted April 3, 2007 QUOTE(Eugen Graf @ Apr 2 2007, 11:40 AM) Hello LAVAs,until debugging I unintentionally clicked on while loop and an breakpoint inside the while loop was created. Now I dont know how to remove it. Here my screenshot. No selection for removing by right klicking on the loop appears. Eugen Use the break point tool from the Tools-Palette. When the break point tool is black, it will add a breakpoint, when it is white it will remove a previously added breakpoint. In your case use the tool and click within the loop. /J Quote Link to comment
Eugen Graf Posted April 3, 2007 Author Report Share Posted April 3, 2007 QUOTE(JFM @ Apr 2 2007, 12:16 PM) Use the break point tool from the Tools-Palette.When the break point tool is black, it will add a breakpoint, when it is white it will remove a previously added breakpoint. In your case use the tool and click within the loop. /J Thanks, I normally don't use breakpoint tool, so I couln't know this. It was really automatically tool selection, as you wrote. Eugen Quote Link to comment
Ton Plomp Posted April 3, 2007 Report Share Posted April 3, 2007 QUOTE(JFM @ Apr 2 2007, 11:16 AM) Use the break point tool from the Tools-Palette.When the break point tool is black, it will add a breakpoint, when it is white it will remove a previously added breakpoint. In your case use the tool and click within the loop. /J I normally use this 'trick' with the CTRL button down (in run mode (ctrl-m)), no break point tool selection needed Ton Quote Link to comment
Aristos Queue Posted April 4, 2007 Report Share Posted April 4, 2007 Three breakpoints on this diagram: http://forums.lavag.org/index.php?act=attach&type=post&id=5389 The outermost will break when the VI is called as a subVI. The outside of the loop will break when the loop is first hit. The inside of the loop will break on each iteration of the loop. Quote Link to comment
Darren Posted April 4, 2007 Report Share Posted April 4, 2007 ...and while we're talking about breakpoints, don't forget the nifty "Remove Breakpoints from Hierarchy" feature in LabVIEW 8.2 that will remove all the breakpoints from the hierarchy of a VI, so you don't have to go searching for any breakpoints you may have left in the diagram of your VI (or any of its subVIs) while debugging. -D Quote Link to comment
crelf Posted April 4, 2007 Report Share Posted April 4, 2007 QUOTE(Darren @ Apr 3 2007, 08:50 AM) ...don't forget the nifty "Remove Breakpoints from Hierarchy" feature... That still kind-a frightens me - it's like removing all the lock-out tags in a factory and powering the whole plant on Maybe I'm just getting too Quote Link to comment
PJM_labview Posted April 4, 2007 Report Share Posted April 4, 2007 QUOTE(Aristos Queue @ Apr 2 2007, 03:48 PM) Three breakpoints on this diagram:http://forums.lavag.org/index.php?act=attach&type=post&id=5389 The outermost will break when the VI is called as a subVI. The outside of the loop will break when the loop is first hit. The inside of the loop will break on each iteration of the loop. hmm... http://forums.lavag.org/index.php?act=attach&type=post&id=5390 PJM Quote Link to comment
crelf Posted April 4, 2007 Report Share Posted April 4, 2007 QUOTE(PJM_labview @ Apr 3 2007, 09:04 AM) http://forums.lavag.org/index.php?act=attach&type=post&id=5390''>http://forums.lavag.org/index.php?act=attach&type=post&id=5390'>http://forums.lavag.org/index.php?act=attach&type=post&id=5390 "8.5b4" - that's the name of Aristos' computer Quote Link to comment
PJM_labview Posted April 4, 2007 Report Share Posted April 4, 2007 QUOTE(crelf @ Apr 2 2007, 04:30 PM) "8.5b4" - that's the name of Aristos' computer Ah, yes of course! What was I thinking... PJM Quote Link to comment
Michael Aivaliotis Posted April 4, 2007 Report Share Posted April 4, 2007 QUOTE(Darren @ Apr 2 2007, 03:50 PM) ...and while we're talking about breakpoints, don't forget the nifty "Remove Breakpoints from Hierarchy" feature in LabVIEW 8.2 that will remove all the breakpoints from the hierarchy of a VI, so you don't have to go searching for any breakpoints you may have left in the diagram of your VI (or any of its subVIs) while debugging.-D I absolutely love this feature! Quote Link to comment
crelf Posted April 4, 2007 Report Share Posted April 4, 2007 QUOTE(Michael_Aivaliotis @ Apr 3 2007, 04:14 PM) I absolutely love this feature! I'd rather a warning and a list of breakpoints at build time, and then the opportunity to step through the breakpoints and selectively delete them. This is especially important when code's been worked on by multiple developers. 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.