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 17671 - Modify code so that breakpoints are not created/disposed during steps.
Summary: Modify code so that breakpoints are not created/disposed during steps.
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 27788 34160
  Show dependency tree
 
Reported: 2001-11-14 17:09 UTC by Marian Petras
Modified: 2010-04-29 09:09 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Petras 2001-11-14 17:09:52 UTC
It seems that breakpoints are disposed and created agains during each step.
It may be quite expensive. It would be better just to disable and disable the
breakpoints.
Comment 1 Marek Grummich 2002-07-22 08:58:12 UTC
Target milestone was changed from '3.4' to TBD.
Comment 2 Marek Grummich 2002-07-22 09:01:11 UTC
Target milestone was changed from '3.4' to TBD.
Comment 3 _ pkuzel 2003-01-08 11:14:36 UTC
Marian you suspection is invalid. No breakpoint is recreated. I see
only extra 4 stopMethod breakpoints created at debugger start.
Comment 4 Quality Engineering 2010-04-29 09:09:03 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.