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 204779 - Remote-Debugging is very slow
Summary: Remote-Debugging is very slow
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-07 15:05 UTC by stefan79
Modified: 2011-11-09 16:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Snapshot after starting Remote-Debugging. (59.30 KB, application/octet-stream)
2011-11-07 15:07 UTC, stefan79
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stefan79 2011-11-07 15:05:44 UTC
[ BUILD # : 201111060600 ]
[ JDK VERSION : 1.6.25 ]

At current build, remote-debugging (Step-By-Step) is very slow.
Remote-Session ist started with the following parameter
"-Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y"
Comment 1 stefan79 2011-11-07 15:07:05 UTC
Created attachment 112929 [details]
Snapshot after starting Remote-Debugging.
Comment 2 Martin Entlicher 2011-11-08 08:16:16 UTC
The significant amount of time is spent in RemoteServices.createTargetBytes()
Comment 3 Martin Entlicher 2011-11-08 10:34:10 UTC
Fixed by changeset:   206539:6c489e135492
http://hg.netbeans.org/main/rev/6c489e135492
Comment 4 Quality Engineering 2011-11-09 16:14:57 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/6c489e135492
User: mentlicher@netbeans.org
Log: #204779 Optimize creation of remote byte array.