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

Summary: Debugger doesn't stop on method breakpoints in constructor.
Product: obsolete Reporter: Jan Stola <jstola>
Component: debuggertoolsAssignee: Marian Petras <mpetras>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.