Jump to content

How to remove this breakpoint?


Recommended Posts

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

Link to comment

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

Link to comment

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

Link to comment

...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

Link to comment

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 post-949-1161013345.gif

Link to comment

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

Link to comment

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!
Link to comment

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.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.