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 46143

Summary: Debugger doesn't stop on breakpoint
Product: debugger Reporter: L Martinek <lmartinek>
Component: JavaAssignee: Martin Grebac <mgrebac>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P1    
Version: 4.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description L Martinek 2004-07-14 14:07:21 UTC
[build 200407131800, JDK 1.5.0]

Put a breakpoint to JSP. Start debugger.
Debugger starts, but doesn't stop on breakpoint.
Comment 1 Martin Grebac 2004-07-14 14:28:07 UTC
The problem was introduced sometimes between builds 200407081800 and
200407111800 and I didn't change a thing in the jsp debugger.
Debuggerjpda went through some changes, though.

Comment 2 Martin Grebac 2004-07-15 14:44:51 UTC
I'm gonna fix it - you changed the way class filter is set for
linebreakpoint - up to now 'org.apache.jsp.' was needed, now it's
'org.apache.jsp'. Please let me know if you plan some other changes.
Comment 3 Martin Grebac 2004-07-15 14:52:24 UTC
Fixed in trunk and QBE branch.
Comment 4 L Martinek 2004-07-16 14:06:37 UTC
verified in trunk