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 - Servlet debugger doesn't stop on breakpoints set on comment lines
Summary: Servlet debugger doesn't stop on breakpoints set on comment lines
Status: CLOSED INVALID
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: Damian Frach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-07 02:16 UTC by Mikhail Romanov
Modified: 2002-01-16 10:30 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 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