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 11996 - Debugger doesn't stop on method breakpoints in constructor.
Summary: Debugger doesn't stop on method breakpoints in constructor.
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: debuggertools (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marian Petras
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-07 16:51 UTC by Jan Stola
Modified: 2001-07-20 20:36 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 Jan Stola 2001-05-07 16:51:31 UTC
Pilsen (build 010505)
=====================

Tools debugger only!

Steps to reproduce:
-------------------
1. Put caret into constructor of <somepackage>.<someclass>.
2. Invoke Add breakpoint dialog.
3. Select Method as Breakpoint Type.
4. Offered class name will be <somepackage>.<someclass>.
5. Offered method name will be <someclass>.
6. Press OK to create breakpoint.
7. Try to debug your application.
8. Debugger will not stop on the created breakpoint.

This bug was probably caused by change of the offered name
from <init> to <someclass>.
Comment 1 Marian Petras 2001-05-14 13:39:29 UTC
Fixed in the main trunk.
Comment 2 Jan Stola 2001-05-22 11:22:28 UTC
Verified in Netbeans build 193.