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 18435

Summary: Servlet debugger doesn't stop on breakpoints set on comment lines
Product: javaee Reporter: Mikhail Romanov <mromanov>
Component: CodeAssignee: Damian Frach <dfrach>
Status: CLOSED INVALID    
Severity: blocker    
Priority: P1    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Mikhail Romanov 2001-12-07 02:16:47 UTC
Bug found in NB3.3 RC1 (Build 200112051230) with jdk1.3.1
while debugging servlets (not tested with standalone Java 
applications).

If first breakpoint is set on the line that contains comment only,
then debugger doesn't stop on this line. Expected behaviour
is stopping before execution of the first statement on the line
next to the "comment" line.
Comment 1 Mikhail Romanov 2001-12-07 03:06:22 UTC
The same thing happens if breakpoint is set on the line
containing '{' character only.
Comment 2 Damian Frach 2001-12-07 13:45:10 UTC
same behavior as the normal JAVA debugging
if this is still problem, fire bug for the debogger core module