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 247786 - Add conditional breakpoints
Summary: Add conditional breakpoints
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-08 07:08 UTC by Martin Entlicher
Modified: 2014-10-10 03:11 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 Martin Entlicher 2014-10-08 07:08:09 UTC
Allow to add conditions to breakpoints.
The conditional breakpoint should break only when the condition evaluates to true.
Comment 1 Martin Entlicher 2014-10-08 07:17:18 UTC
Fixed by changeset:   278620:5de3119bb6af
http://hg.netbeans.org/web-main/rev/5de3119bb6af
Comment 2 Quality Engineering 2014-10-10 03:11:03 UTC
Integrated into 'main-silver', will be available in build *201410100001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5de3119bb6af
User: mentlicher@netbeans.org
Log: #247786: Conditions introduced for JavaScript breakpoints.