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 16777 - Inconsistent behaviour of tools and jdk 1.1 debugging
Summary: Inconsistent behaviour of tools and jdk 1.1 debugging
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: debuggertools (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-19 15:54 UTC by Jan Stola
Modified: 2001-10-31 12:18 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-10-19 15:54:20 UTC
Netbeans build 20011019
=======================

Debug the following class

public class Tralala extends Exception {    
    public static void main (String arg[]) throws Tralala {
        throw new Tralala();
    }
}

with exception breakpoint set on exception "Tralala" and
suspend debugging property set on false.

With jdk 1.1 implementation of default debugging the debugger will not stop
on the breakpoint, but with jdk 1.1 debugging the debugger will stop on
the breakpoint.
Comment 1 Daniel Prusa 2001-10-31 10:33:25 UTC
Fixed in main trunk.
Comment 2 Jan Stola 2001-10-31 12:18:40 UTC
Verified in Netbeans build 200110311220.