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

Summary: Debugger performance issue
Product: cnd Reporter: Alexander Pepin <apepin>
Component: D-LightAssignee: Andrew Krasny <akrasny>
Status: RESOLVED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P2    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

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