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 - Debugger doesn't stop on breakpoint
Summary: Debugger doesn't stop on breakpoint
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 4.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Martin Grebac
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-14 14:07 UTC by L Martinek
Modified: 2006-03-24 10:25 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 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