This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 198878 - Add new button: Run to end
Summary: Add new button: Run to end
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: PC Windows XP
: P3 normal with 1 vote (vote)
Assignee: Martin Entlicher
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2011-05-25 10:41 UTC by monk.e.boy
Modified: 2013-08-12 20:18 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description monk.e.boy 2011-05-25 10:41:00 UTC
Would be nice to be able to click run and it ignores breakpoints and completes the debug session.

When I see this problem:

1: When a breakpoint is in a loop. You only have two choices, stop all debugging. Or remove the all the break points in the loop, click run, then set up all the break points again. Say you're deleting some customers (using a simple foreach) all my break points are in a file dealing with restocking each customers order items. My break points are sprinkled around 5 or 6 files. Annoying!

2: Set up lots of break points, start to debug, see that the error conditions are not met, want to just run. Only choice is to stop everything or click [Continue (F5)] 1 million times.

:)

monk.e.boy
Comment 1 Martin Entlicher 2011-06-08 09:08:54 UTC
Yes, we should add an option to ignore all breakpoints as an enhancement.

Until this is done, you can easily disable/enable particular breakpoints in Breakpoints window. If you change the grouping to Projects, you can easily disable all breakpoints that are set in a project.
Comment 2 markiewb 2013-08-12 20:18:22 UTC
(In reply to Martin Entlicher from comment #1)
> Yes, we should add an option to ignore all breakpoints as an enhancement.
> 
> Until this is done, you can easily disable/enable particular breakpoints in
> Breakpoints window. If you change the grouping to Projects, you can easily
> disable all breakpoints that are set in a project.

Ignore all breakpoints was introduced in 7.4 - see https://netbeans.org/bugzilla/show_bug.cgi?id=79027