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 41293 - The conditional line breakpoints does not work
Summary: The conditional line breakpoints does not work
Status: CLOSED DUPLICATE of bug 42703
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: Sun SunOS
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-24 17:13 UTC by Jan Lahoda
Modified: 2010-04-29 09:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Lahoda 2004-03-24 17:13:05 UTC
[custom trunk build with new Debugger API, version
2, JDK 1.4.2_03]

The conditional line breakpoints ignore the
condition for me.

The code is:
for (int cntr = 0; cntr < 100; cntr++) {
   System.err.println("breakpoint here");
}

The condition is "cntr == 20".
Comment 1 Maros Sandor 2004-05-03 11:14:29 UTC

*** This issue has been marked as a duplicate of 42703 ***
Comment 2 Quality Engineering 2010-04-29 09:17:03 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.