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 45758 - Line Breakpoint sometimes does not work.
Summary: Line Breakpoint sometimes does not work.
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-30 16:15 UTC by Jan Jancura
Modified: 2006-08-01 11:01 UTC (History)
1 user (show)

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 Jancura 2004-06-30 16:15:30 UTC
1) put line breakpoint to
examples.texteditor.Ted.aboutMenuItemActionPerformed
2) debug Ted application
3) invoke Help/About in Ted application
4) press Continue in debugger
5) invoke Help/About in Ted application
=> breakpoint does not work second time...
Comment 1 Jan Jancura 2004-07-01 15:31:53 UTC
should be fixed in the main trunk:

Checking in
src/org/netbeans/modules/debugger/jpda/actions/StartActionProvider.java;
/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/actions/StartActionProvider.java,v
 <--  StartActionProvider.java
new revision: 1.5; previous revision: 1.4
done
Processing log script arguments...
More commits to come...
Checking in
src/org/netbeans/modules/debugger/jpda/breakpoints/BreakpointImpl.java;
/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/breakpoints/BreakpointImpl.java,v
 <--  BreakpointImpl.java
new revision: 1.9; previous revision: 1.8
done
Processing log script arguments...
More commits to come...
Checking in src/org/netbeans/modules/debugger/jpda/util/Operator.java;
/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/util/Operator.java,v
 <--  Operator.java
new revision: 1.31; previous revision: 1.30
done
Comment 2 Jiri Kovalsky 2006-08-01 11:01:21 UTC
Verified in development build #200607311800 of NetBeans 6.0 using AnagramGame
sample project.