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 153021 - The debuger in servlets doesn't stop on the breakpoints
Summary: The debuger in servlets doesn't stop on the breakpoints
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2008-11-12 10:26 UTC by Martin Fousek
Modified: 2009-02-19 20:40 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 Martin Fousek 2008-11-12 10:26:31 UTC
Product Version: NetBeans IDE Dev (Build 200811120201)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b13
System: Linux version 2.6.24-19-generic running on i386; UTF-8; en_US (nb)

Observed:
Create some Web Application with some servlet. Place some breakpoint into the servlet and debug the project. After that
call your servlet -> debugger doesn't stop on any breakpoint.
Comment 1 Martin Entlicher 2008-11-12 12:42:05 UTC
Reproduced. It's a regression caused by the fix of issue #52920.
Comment 2 Martin Entlicher 2008-11-12 12:58:44 UTC
Fixed in changeset:   107931:0e884198882d
http://hg.netbeans.org/main/rev/0e884198882d
Comment 3 Quality Engineering 2008-11-13 05:09:44 UTC
Integrated into 'main-golden', will be available in build *200811130201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/0e884198882d
User: mentlicher@netbeans.org
Log: #153021 - Rollback of fix of issue #52920. sourcepath must not be exlusive.
Comment 4 Martin Fousek 2008-11-24 10:43:45 UTC
It's OK, now. Verified with NetBeans IDE Dev (Build 200811240201).