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 174451 - Debugger performance issue
Summary: Debugger performance issue
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: D-Light (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Andrew Krasny
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2009-10-13 14:36 UTC by Alexander Pepin
Modified: 2009-10-16 11:12 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 Alexander Pepin 2009-10-13 14:36:10 UTC
It's a regression on Windows.
Steps to reproduce:
- create Quote sample
- set BP in 'getDiscountFor'
- start debugging
- enter any customer name to get into 'getDiscountFor' 
- do step over
Result:  Step command takes 4-8 seconds to complete.
Comment 1 Egor Ushakov 2009-10-13 16:03:04 UTC
windows path conversion service (cygpath) is not fast enough, needs to be cached.
Andrew please investigate.
Comment 2 Egor Ushakov 2009-10-13 16:19:26 UTC
reduced number of path conversion requests in:
http://hg.netbeans.org/cnd-main/rev/8ccacd4b74f8
Comment 3 Quality Engineering 2009-10-14 10:57:58 UTC
Integrated into 'main-golden', will be available in build *200910140201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/8ccacd4b74f8
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixing IZ#174451 (Debugger performance issue)
Comment 4 Andrew Krasny 2009-10-14 22:29:58 UTC
changeset: http://hg.netbeans.org/cnd-main/rev/e9d3b60bd2f8
Comment 5 Quality Engineering 2009-10-15 22:23:06 UTC
Integrated into 'main-golden', will be available in build *200910151401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/e9d3b60bd2f8
User: Andrew Krasny <akrasny@netbeans.org>
Log: IZ#174451 -  Debugger performance issue
Comment 6 Andrew Krasny 2009-10-16 11:12:49 UTC
changeset: http://hg.netbeans.org/cnd-main/rev/e9d3b60bd2f8