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 30984 - Need an API for declarative registering of debugger events.
Summary: Need an API for declarative registering of debugger events.
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks: 29472 31279
  Show dependency tree
 
Reported: 2003-02-12 09:57 UTC by Martin Grebac
Modified: 2003-12-11 14:20 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Grebac 2003-02-12 09:57:47 UTC
There is a need for a performance improvements of
jspdebugger module-startup (see #29472). The only
thing done in the restored() method of the module
is an event registration. 
 
 So without different approach of event
registration the jsp debugger cannot start more
quickly.
Comment 1 Jan Jancura 2003-02-12 10:00:10 UTC
fixed in the project branch
Comment 2 Martin Grebac 2003-07-23 17:00:31 UTC
Verified in project branch.